4

I have integrated push notification in my app. I have tested it in ios7, ios8, ios9.2.1. Its working perfectly in few devices and few ios9.2.1 devices don't get device token even. Please Help.

Monika
  • 99
  • 12
  • I am agree with you. I have same problem. – Jagat Dave Feb 12 '16 at 10:54
  • in iOS 9 faced many issue. http://stackoverflow.com/questions/33889878/does-my-app-display-second-time-notification-ios-9 – Vvk Feb 12 '16 at 10:56
  • If anyone have any solution then please help. – Monika Feb 12 '16 at 13:20
  • @User267 have you got the solution for this?Even I am facing similar issue – soumya Feb 23 '16 at 10:50
  • Yes @Sujania. It was my silly mistake. We have to options for login in our app. So in social login i was not sending devicetoken to my server. So the social login users were not getting notifications. :S I didn't changed anything in notification code. – Monika Feb 23 '16 at 11:21
  • Thank you for the response...Actually with this issue apple has rejected my app twice even though I m providing Facebook login as optional.. – soumya Feb 23 '16 at 11:24
  • So is it working in some devices or its not working at all? – Monika Feb 23 '16 at 11:28
  • It is working in many devices but not in few of our client devices.. – soumya Feb 23 '16 at 11:30
  • Same problem was mine. In client's device it was not working. But then i got it was my mistake. And he was using facebook login. – Monika Feb 23 '16 at 11:36
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/104274/discussion-between-sujania-and-user267). – soumya Feb 23 '16 at 11:37

1 Answers1

1

I realized where was my mistake. I was not sending device token while using social login. Silly mistake. Its working fine now!

Monika
  • 99
  • 12