Unlike Android, push notifications on iOS are received, processed, and displayed entirely by the iOS operating system. Therefore, the presence or absence of the Pushwoosh SDK in the application does not directly affect whether the notification will be visually displayed on the user's screen.
If the device token is valid and push permissions are granted, the device will receive the push and iOS will render the notification banner.
However, removing the Pushwoosh SDK will break post-delivery actions. Without the SDK, your application will not be able to automatically process clicks (e.g., executing Deep Links) or send Pushwoosh statistics (Open Rate, Delivery Rate, etc.).
Comments
0 comments
Please sign in to leave a comment.