-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Push Plugin registering on iOS 9 Devices but not showing Notification #216
Comments
@chumstech give me a reproduction scenario. |
I have a similar problem. ( similar to #222 ) |
OK, cool. I'm a bit new to reporting issues on GitHub, but I subscribed to this in the hopes that I'll receive notification when it gets fixed/closed. Also, if there's any way I can help out, I'm here. |
I have a similar problem with an iPad 2 and IOS9 , it's unable to register. It works in an iPad 3 with IOS9 |
I can register but I don't receive notificarions. (iPad) |
Seems like folks are having problems with iPad's. Right now I don't physically have one but I will end up sourcing one. |
I have just tested this on an iPad Air 2 running iOS 9.0.2 and I can receive notifications when the app is in the foreground and background. Need more info on this issue in order to fix it. |
@macdonst I use PHP procedure shown in http://alfonsomarin.com/desarrollo-movil/tutoriales/ios-push-phonegap to send notifications. This procedure says that the notification was sent. Would you please tell me how do you send notifications? Maybe the procedure I use is wrong and notifications are never sent. Is there any way to know if a notification was really sent? |
@bottasergio the PHP in that tutorial seems correct. I'm using Amazon's SNS to send pushes. |
@macdonst Is it possible to use Amazon's SNS with PhoneGap Build? |
I am having problems with iPad Mini MF432LL/A with iOS 8.0.2 |
@bottasergio Yes, you can use Amazon's SNS with PGB. Sadly, I don't have access to all the HW and SW versions but I'll see what I can do. |
Here's an odd question I'd like to ask. Who among us are having troubles with iPad notifications and who aren't? Among those who are, is this a new iPad or one that you've had since iOS 8, or iOS 7? Among those who are not having troubles, same question. Did you buy it new, or is it an iPad from last iOS, or two, or even three OS'es ago? |
My daughter has an old iPad 2 and if I can pry it out of her Minecraft playing hands I will attempt to test with it next week when I'm home. |
Hi guys, any news about this? I'm experiencing the same problem and I'm using this plugin in four apps. |
No news... this issue remains active. |
Still can't reproduce but got approval to buy an iPad today which seems to be where most of the problems are coming from. |
I bought an iPad Air 2 this morning and upgraded it to iOS 9.0.2. Installed my test app on the device and was successfully able to register with APNS. Then I pushed messages to the device with the app in the foreground and background. Messages were received in both situations. I will try to post a video later. Need some specific information on how to reproduce this issue as I'm not having any luck so far. |
@macdonst I am having problems with iPad Mini MF432LL/A with iOS 8.0.2. |
@bottasergio understood but I don't have a that device or OS version to test. I have an iPhone 6+, iPad air 2 and a iPod touch running 8.4.1 or 9.0.2 for testing. |
@macdonst My situation is quite different: Everything works just fine on iOs 8.4 |
@Alexintosh What do you use to send notifications? |
I'm using baasbox, it works fine, I can see the apn targetting the right device but the plugin function
|
What payload are you sending to the device? |
This is my payload: I assume this is correct because as I mentioned before I can receive notification on iOs >= 8 <= 9. Thanks for your commitment. |
My Problem Solved :-) if anyone having such issue please follow the steps mentioned in this link Thanks |
OK that's great but my issue is not the same as yours. One of my devices is receiving notifications, and the other isn't. They both are using dev certs and the server has a dev cert installed on it. |
@macdonst The person I'm working with sent me an example payload last night. Again, this payload works on my iPhone 6 at iOS 9.0.2, but not on my iPad Air. Same iOS. It is: {
"aps": {
"alert":"This is the example notification",
"badge":1,
"sound":"default"
},
"alertId":1539087,
"gdsxPnrId":"24abcdf0",
"segmentNumber":18
} Simon, @chumstech may not be pleased that we've turned his issue into something much larger. Would you like to spin this off into a separate ticket, and bring along others for the discussion, or shall we ask him to unsubscribe from his own ticket so he stops getting the emails about it? |
I tested again today, with the same IPad, same OS version, same certificate and same source code, and today it works. Really weird. |
@jvjvjv Check with the offending device plugged in that both Push Notifications are enabled and Background Modes -> Remote notifications are enabled. I had reinstalled the iOS platform via |
@jvjvjv Where did you enable "Remote notifications"? I can't find that option in DEVELOPER page (https://developer.apple.com/): |
I am wondering if you guys are still having this issue, i am also facing the same thing. The Ipad mini retina does not buzz, it doesnt receive anything. But on my php script it says Message successfully delivered 122. I am not sure what 122 is, there is no APNS documentation for that. When it was on IOS8 it worked, and i am not sure if it is because i updated to IOS9 or something with cert. problem that i changed, as some said it has to work on Production APNS cert to work?? |
Hello guys. I tested with 4 iPhone.
I coud get push notification with 1,2. All devices could get device token. When I get any push notification from APNS, I can see through (on xcode)
Those iOS 9.2 devices don't get any message through 'registration' event. We checked if actually APNS sends any push notification to iOS 9 with Wireshark and yes, APNS sent to iOS9 just device doesn't recognize. I am using ionicm and updated all cli, cordova stuff as latest. I don't know where to start debug. |
I resolved my problem. I am not sure if it's going to work for the others who have same problem like me but hope it's going to work.
In my case, it worked for iOS8, iOS9. |
👍 1.Upload Valid certificate on Google 4.your payload should be like I am testing using REST Client { "registration_ids":["XX"], "notification" : { "body":"YOUR BODY" ,"title" : "Hello, world!", "sound" : "default" ,"icon":"default"}, "content_available" : true } |
current not working when build with adhoc or production on iphone 5 9.0 |
@rkj1515 Why should content_available be true if I have no content? |
I have the same issue. But not show the notification on iPhone. What is wrong ? |
This thread has been automatically locked. |
i installed this plugin and its working fine on iOS 8 devices but in iOS iPhone and iPad only registration is working and there is no notification neither in Background mode nor in Foreground mode of APP. Please help me to fix this
The text was updated successfully, but these errors were encountered: