You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Here's something I don't get, and hopefully you can help out. I'm working with someone else on a project and he is using PushSharp to send the notifications. I am using this plugin on the devices side.
We've tested extensively to make sure we have everything working. I have a couple of Android devices the thing works fine on. Perfectly dandy! And notifications also work perfectly on my iPhone 5 (iOS 7.1) and iPhone 6 (iOS 9.0.2).
But my iPad Air would never get the notifications. I tested on 9.0.1 and 9.0.2, but still nothing. I'm not sure that code snippets would help, as neither the notification appears in my notification tray, nor does NSLog(@"didReceiveNotification"); ever happen when the app is open.
I'm at a bit of a loss, if you can help me out.
The text was updated successfully, but these errors were encountered:
Here's something I don't get, and hopefully you can help out. I'm working with someone else on a project and he is using PushSharp to send the notifications. I am using this plugin on the devices side.
We've tested extensively to make sure we have everything working. I have a couple of Android devices the thing works fine on. Perfectly dandy! And notifications also work perfectly on my iPhone 5 (iOS 7.1) and iPhone 6 (iOS 9.0.2).
But my iPad Air would never get the notifications. I tested on 9.0.1 and 9.0.2, but still nothing. I'm not sure that code snippets would help, as neither the notification appears in my notification tray, nor does
NSLog(@"didReceiveNotification");
ever happen when the app is open.I'm at a bit of a loss, if you can help me out.
The text was updated successfully, but these errors were encountered: