When we send a push message to an iOS device the "Status" is always "wait".
Is what we are doing wrong?
When we send a push message to an iOS device the "Status" is always "wait".
Is what we are doing wrong?
Hello,
Did you enable Push notifications in Project Settings and on device?
Yes, and the iOS device is registered in the database.
Some help with this?
We are customers of pushwoosh, Pushwoosh works like a charm....we have compiled in XCode, and we have connected the application with Pushwoosh and we are already receiving messages without problems (less than 30 minutes.....)
It is really hard and unusable the Appery.IO configuration for push with iOS.
This is the first time (and i think the last time...) that we try to work with the push notifications of Appery.IO.
Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us app name.
We had regenerated the certificates, thinking that this is the problem....and now we cannot register the iOS device.....
We are sure (there's no doubt) that we are doing something wrong with the 6 certificates (and passwords) that needs to work (keystore DEV + Keystore PROD + Distribution Certificate + Provisioning profile + Push Production Certificate + Push Development Certificate).
We have already taken the decision to export XCode, modify the code and use the libraries of Pushwoosh for IOS (it is so much easy and usable).
Appery.IO is a great product, but we recommend that you look at pushwoosh for iOS configuration of push notifications.
You can close the issue.
You can see the push messages in "wait" status.
The device is registered to the database and in the log of the App all is ok:
[PushNotification didRegisterForRemoteNotificationsWithDeviceToken:] [Line 60] didRegisterForRemoteNotificationsWithDeviceToken:
This is the same token in the database for the device:
deviceId: E9A628E-XXXX-XXXX-XXXX-6XXXXX77B85A
token: xxxxxxxxxx 836183cb xxxxxxxxxxxxx df9f95be xxxxxxxxxx 4854643d c8a27ddb faeafe79
but the push message is in wait status forever and ever.
The name of the app ends with 2014 and has been shared.
What does it mean status:wait?
Hi Rafael,
Status:wait means Push notification is waiting for sending.
Do you send is as delayed?
The push is sent from the console without time settings to both devices (iOS an Android), comes to android devices correctly.
For iOS is in status "wait" for ever and ever.
And suddenly the pushes are coming to the iOS testing device in a drawer.....
For now is working well, apparently, and we have not done anything.
What have you done?