@Eon wrote:
Hello,
I just upload my app to the app store and play store, the push notifications are working fine in android but in ios doesn't work, i tested the push in develop when i run my app from xCode and everything was fine, but now when i download the app from the store the notifications doesn't work, and i don't know why.
i use apps.ionic.io to send the push and ionic/cloud-angular@0.0.12.
The code in my app.ts is this:
var push= new Push({ pluginConfig: { android: { senderID: "xxxxxxxxxxx" }, ios: { alert: "true", badge: false, sound: "true" } } }) push.register((token) => { push.saveToken(token); });
Thanks!
Posts: 1
Participants: 1