heythem500
heythem500

Reputation: 143

Create provisioning profile without real device?

I need to make archive for my app to upload it on iTunes store but the problem is I don't have a physical device like "iphone/Ipade" tried with Generic deivce but it doesn't work don't have UDID to register anyway. Xcode7

Upvotes: 5

Views: 2586

Answers (1)

user3943529
user3943529

Reputation:

I believe that you can create a provisioning profile by going into Xcode Preferences and adding it.

To start with, press Command + comma to enter preferences. Go ahead and navigate to the Accounts tab and log into your Apple ID.

Proceed to click on view details, and simply create a iOS Development Signing Identity. Afterwards, simply go back to the root area of your project and click on 'Fix Issue - No provisioning profile found'

EDIT: If you don't have a physical iDevice, you'll need to register an Apple Developer Account on their developer site. Afterwards, simply follow this tutorial to proceed: Tutorial

Hope that helped :3

Upvotes: 1

Related Questions