My exported .ipa file of push notification app didn't send notification on device when installing via iTunes instead of Xcode build [Development]

后端 未结 2 1010
情话喂你
情话喂你 2021-01-07 10:31

I used OneSignal for push notification service.

(Development) I set Provision Profile of push notification service for my app

When I run from Xcode,everythin

2条回答
  •  执笔经年
    2021-01-07 10:55

    As you have able to recieve the push notification on every device when you run from the Xcode so it did not problem in APNS or Provision Profile. I thought it might be a problem at OneSignal service.

    For checking the push notication please look into the Mac application which created by noodlewerk.

    Please download and open it. After that It will ask for provide the .p12 file(which you will get from the keychain) and device token. After that click on the "Push" button which will send you the sample push notification message on respective device.

    Hope it will help you.

提交回复
热议问题