All Build Assets should be deposited to build an app.

For iOS two certificates have to be uploaded in PLAYER360 and a bundle ID has to be assigned to build an iOS app:

  • Developer Certificat (.p12 – file) + password
  • Provisioning profiles (.mobileprovision – file)

In the following tutorial we will explain step by step how you can create them:
You need a MAC, an Apple account and participation in the Apple Developer Program (99$/y) to create it.
https://developer.apple.com/

Once you have completed these steps, you can start creating the certificates directly.

Create Developer Certificate

Creating a Signing Certificate

1. log into your Apple Developer Account on your MAC -> https://developer.apple.com/
2nd click “Certificates, IDs & Profiles on the left side
3. on the page then click the big + icon
4. select “App Store and Ad Hoc” for publishing to the Appstore at the following options -> click Continue
5. Now you are prompted to create a Certificate Signing Reques (CSR).
6 How this works is also explained there directly by Apple:

7. on the next page select the CSR-file you just created -> click Continue
8. download this file -> click Done
9. double click on the certificate file on the Mac
10. a dialog appears, whether the certificate should be added to the keychain -> Click Add

.p12 – Create file and password

1. open the Keychain Access on your Mac
2. click on Login under Keychains
3. click Certificates under Category
4. right-click on the certificate (possibly unfold the first one)
5. select Personal Information Exchange (.p12) as file format
6. click save
7. assign a password
8. you still have to allow this creation with your user password

Provisioning Profiles

Create App ID

1. click on App IDs for Identifiers
2. click on the + symbol on this page
3. give the App ID a name, this is only to recognize you – the simplest would be the App name
4. select Explicit App ID
5. then enter a bundle ID. Note: This must correspond 100% exactly to the bundle ID that is entered in “Package Identifier iOS “ in your project.
Bundle IDs look like this for example: en.yourcompany.yourapp
6. after you have filled in the BundleID -> click on Continue and Register to finish this step

Creating a Provisioning Profile

1. click on All at the heading “Provisioning Profiles”.
2. then click on the +symbol
3. select App Store there -> click Continue
4. select the App ID you just created -> Continue
5. now select the App Store distribution certificate you created earlier -> Continue
6. assign a profile name -> Continue -> Download

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment