79379996 - Feature is released or not ?

We are developing new iOS app. To support some features in our app, we need to track whether the user has uninstalled the app or not. We are using silent push notification to track that similar to all 3rd party apps like appsflyer,adjust,braze etc

We read about 

  • Background pushes will only be delivered if the app has been used in the foreground in the past few weeks. (79379996)

We want to know whether this feature has been already released in iOS 15 Whether the background or silent push will be delivered even if the app is not used for long ?

Replies

Along with this change in iOS 15, background notifications are throttled and delivered sparingly based on various criteria. Delivery of background pushes to an app has never been guaranteed, and an app should not be designed in a way that depends on delivery of every background push.

You can expect a very few amount of background notifications to be delivered across all apps per hour, and it is entirely possible and appropriate that none would be delivered at all.

  • Thank you @Gualtier Malde

    We mainly want to know whether the user has uninstalled our app or still using the app Is there any other suitable approach than the silent push notification approach ?

Add a Comment