iPhone App - Generate Alert Popups when App is Closed

前端 未结 4 587
再見小時候
再見小時候 2021-01-15 05:34

In creating an iPhone app, is it possible to generate a popup alert on the iphone (similar to a Push notification) when the app has been closed. A simple example would be t

4条回答
  •  既然无缘
    2021-01-15 06:07

    Unfortunately, no. This would require some sort of background processing for your app, and that is not allowed in the current iPhone SDK. Push notifications are the only solution I'm afraid.

    If it's an issue of development effort, I know Urban Airship has some solutions to make Push Notifications easier.

提交回复
热议问题