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
世界只因有你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
过去多啦不再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.