2

Today I published my first app to the iOS App Store (hooray!).

When I tested the app, push notifications worked perfectly fine (using pushbots). But after downloading the app from the App Store, I did not receive any push notifications anymore.

I'm hoping someone here knows what might be the cause of this problem.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Daan
  • 578
  • 7
  • 21
  • Please check you have signed your app with the correct distribution certificate and check that you produce the apns.p12 file for distribution, also check that the pushbots identifier match – Karlo A. López Jul 13 '15 at 23:20
  • Karlo, thanks for your reply. I have checked all those things and they were set up correctly – Daan Jul 14 '15 at 08:37
  • Ok so, you cant receive push on new installs in app store but... the devices are actually being registered in pushbots server? – Karlo A. López Jul 14 '15 at 15:43
  • Correct. Also, I did receive the notifications when running (testing) the app on my iPhone via xcode. – Daan Jul 14 '15 at 20:17
  • Can you please post your app delegate methods to manage pushes – Karlo A. López Jul 14 '15 at 21:46
  • It was too long to post here, so I put it in a pastie. http://pastie.org/private/7x5l4yujcevvyxqccyg I'd really appreciate it if you could have a look! – Daan Jul 15 '15 at 06:21
  • @KarloA.López, have you been able to take a look at the code? I'd really appreciate it if you could help me – Daan Jul 27 '15 at 14:50
  • Yes I have, the thing is I dont see anything strange in code, why dont you start a fresh project and see if you have the same problem? Im pretty sure its a certificate or Pushbots ID related issue. – Karlo A. López Jul 27 '15 at 16:40
  • Thanks for your reply. I'd rather not start a fresh project, as that means having to wait another month for it to finally be released to the App Store. What I will do, is 'redoing' the certificates etc. – Daan Jul 28 '15 at 07:50
  • @KarloA.López That unfortunately didn't work. Do you have any other ideas? – Daan Aug 24 '15 at 13:12
  • I am also having this issue however i am using Phonegap Build. – Carl Owens Jan 09 '18 at 21:29

0 Answers0