Reputation: 430
I have implemented Urban airship for development successfully . I create a production app and set up the key and secret in airshipConfig file where ad hoc : YES. I generate SSL certificate for production and uploaded to urban airship.
I want to send test notification to be sure it's work. I get device token in the audience (which is the same as I used in development) but I get error in console "Apple Push service rejected device token XXXXXXX ". other error in console is "there is no active device " ... the status show inactive if I close the app or set the app in background.
So, Can I test the production while the app is not uploaded in app store ? what shall I do to test production?
plz , I'm totally confused
Upvotes: 2
Views: 1909
Reputation: 2935
NO you can test the notification service through Development
mode only.
The Production
mode can only be tested once after app will be live
.
If you have tested the app successfully sending the notification in Development mode than you will be able to send notification successfully in Production mode too.
Upvotes: 2