Game World!

Join A World Of Gamers

Enter your email address:

Delivered by FeedBurner

Followers

Popular Posts

Sunday, 27 June 2021

How do I find my provisioning profile?

 Push Notifications must be enabled in your Provisioning Profile before you build your app in order to send Push Notifications to your users. This article will help you check to see if the service is enabled.

There are two ways to do this:

  1. You can check your provisioning profile in AppStore Connect to see if the service is active. This is the easiest, but you can only depend on this method if you are 100% sure that your provisioning profile was not modified after you built your app. If you are unsure of this, option 2 will tell you for sure.
  2. You can download your profile from the mag+ Publish portal and open it in a text editor to check if a certain string appears. This guarantees that your profile supports Push Notifications.

How to Check if Push Notifications Are Active in AppStore Connect

1. Login to the iOS Developer Console , click on  "Certificates, Identifiers & Profiles."

2. Click on All in "Profiles" section and click on the Provisioning Profile you uploaded to the mag+ Publish portal.

3. A details view will appear that allows you to see if Push Notifications is active.

If "Push Notifications" are part of the Enabled Capabilities for that profile, then you can send Push Notifications to your users. If Push Notifications does not appear, then you will need to create a new distribution certificate and provisioning profile, upload it to the mag+ Publish portal, and rebuild your app.

How to Check an Uploaded Certificate to See if Push Notifications Are Active

1. Log in to the mag+ Publish portal at <https://www.publish.magplus.com>

2. Go to Apps > iOS > Certificate and Provisioning files.

3. Download both the App Store and Ad Hoc Provisioning Profiles by clicking on their names.

Download both the App Store and Ad Hoc Provisioning Profiles by clicking on their names.

4. After downloading, open the files in a text editor and search for the string "aps-environment."

If both files contain those keys, then you can upload a Push Notification Certificate to the mag+ Publish portal. If they do not exist, you must create new distribution certificates, save them as provisioning profiles, upload them to the mag+ Publish Portal along with a Push Notification Certificate, and rebuild your app.

Floating Button

Button