简体   繁体   中英

iOS Push Notification not received on device

I am using pushy(Java API ) to send push notification to iOS devices. Till now I was using development provisioning profile and everything was working perfectly till I moved to distribution profile for OTA distribution. I am able to download the app into my devices successfully but not receiving any push notification.

  • Device is getting register to push notification successfully.
  • Checked pushy methods, its not throwing any error.
  • Bundle ID in profile and app are matching (tried harcoding bundle id in info.plist)
  • Checked certificate using openssl and its connecting to APNS server as well.
  • Tried doing the process of creating profile and certificates all over again too.

Any help will be great. Thanks

问题出在aps环境上,并且通过将其更改为生产解决了问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM