Configure the Project in Xcode

We will now configure your project in Xcode.

Open the "Capabilities" page of your project and take the following actions:

  • Enable "Push Notifications".
  • Enable "Background Modes" and "Remote notifications" if you use the silent notification feature.

If the list does not include "Push Notifications", choose "Xcode" > "Preferences" > "Accounts". Confirm that the account registered as a member of the Apple Developer Program is displayed.

Also, confirm that the two steps under "Push Notifications" show check marks or that the push notification setting has no errors.

This is all for configuring your project in Xcode.

Let's proceed to the implementation: Implement Your Application.


<< Upload the Certificate to Kii Cloud Implement Your Application >>