The 'Topic disallowed' error is sent from Apple Push Notification service (APNs) and typically indicates a mismatch between your app's build environment and the push gateway selected in your Pushwoosh configuration.
For example, this can happen if your app is a production build (released on the App Store) but your Pushwoosh iOS platform is configured to use the Sandbox gateway.
To resolve this:
- Navigate to your iOS platform configuration page in the Pushwoosh Control Panel.
- Click Edit and then Reconfigure.
- Follow the configuration steps again, ensuring you select the correct gateway:
- Choose Production for live apps available on the App Store.
- Choose Sandbox for development and testing builds (e.g., those run directly from Xcode).
After re-configuring with the correct gateway, your push notifications should be delivered successfully.
Comments
0 comments
Please sign in to leave a comment.