When install build from xcode push notification is working but when install ipa it is not working

前端 未结 5 772
梦毁少年i
梦毁少年i 2021-01-19 03:39

I implemented push notification in my app and it is working when i install build from xcode but not working when i install app via a link generated by diawi.com why this is

5条回答
  •  既然无缘
    2021-01-19 04:12

    Push apns certificates are different for Development & production

    • if you install from xcode - It uses development certificate

    • if install from diawi.com - It uses production certificate

    on parse,com i think you have uploaded .p12 file generated from development certificate.

    you have to upload .p12 file of production certificate & then check.

提交回复
热议问题