Push Notifications not being received on iOS 10, but working on iOS 9 and before

后端 未结 5 1289
一个人的身影
一个人的身影 2020-12-02 11:37

I have several apps that were written in Swift 2.2, compiled with Xcode 7.3 and is live on the App Store. The apps utilize Push Notifications and is working fine in iOS 9.3

5条回答
  •  广开言路
    2020-12-02 12:04

    I have fixed this issue using below step:

    Step 1:Go to Project -> Target -> Capabilities -> Push Notifications -> Switch it ON

    Step 2: Fix issue related to proper certificate,provisioning profile

    Step 3: Quit Xcode, Clean and Run

提交回复
热议问题