If your iOS push notification open rates are significantly lower than Android, it could be due to an issue with how the iOS app is handling push notifications. Ensure that the Pushwoosh SDK is correctly integrated and that the logging level is set to 'DEBUG' for testing purposes. Check if the /pushStat
call is being made when a notification is opened. If not, review your app's code to ensure the correct implementation of notification handling.
Comments
0 comments
Please sign in to leave a comment.