search

Home  >  Q&A  >  body text

python - Push Notification push service cannot receive push from production environment when tested on mobile phone

I use flask to send push notifications to

api.development.push.apple.com:443

No problem, the mobile phone can receive the notification.
but changed to

api.push.apple.com:443

Nope
Do I need to publish it to the App Store before I can send this link?
Thanks

滿天的星座滿天的星座2722 days ago978

reply all(2)I'll reply

  • 世界只因有你

    世界只因有你2017-06-06 09:55:59

    If it doesn’t work, is there any error message? If Apple rejects you, there should be errors or exceptions when the program is running, or you can publish it to the App Store and try again to see if you can receive it, because we don’t know much about the situation. So I can’t give a very specific answer

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-06-06 09:55:59

    You can refer to my article about playing with APP payment and using HTTP2 to implement Apple push, both of which are made using the micro-framework of Flask.

    reply
    0
  • Cancelreply