Just payd 500usd get wiever app but how to instal it?
Jaxter
Member, PRO Posts: 398
Just payed 500usd get wiever app but how to instal it on my iphone?
Comments
Search for 'Code Signing' and make sure your 'Any iPhone OS Device' setting is set to your Development Code Signing identity.
and this wiki pic: http://gamesalad.com/wiki/_media/developing_for_iphone:gsv_xcode_code_sign.png?w=600
But i can not get here " currently matches iphone" watch my snapshot: http://www.raganasligzda.lv/citi/xcode.png
in developer site is not possible to creat identifier: com.gendaigames.gamesaladviewer' because it is already taken of course...
You first need to create a new App ID. Call it Development and under "Bundle Identifier (App ID Suffix)" just put *.
Then go to the provisioning profile section and create a Development Provisioning Profile using that generic App ID you just created.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Let us know if there are still troubles after going through that.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Creating an AppID
Next we’re going to create an generic ( wildcard ) App ID to be used with the provisioning profiles.
Select ‘Add ID’ from ‘App IDs’, fill in a generic name ( e.g. ‘Yourcompany’ ) and a wildcard bundle identifier ( e.g. ‘com.yourcompany.*’ ). The ‘.*’ at the end is the wildcard, needed so that you only need one set of provisioning profiles for all your applications. Click Submit.
Creating the provisioning profiles
Click ‘Add Profile’ from Provisioning > Development. Choose a name for your development provisioning profile, this name will be shown in XCode when selecting codesign profiles.
Select the certificates, choose the App ID and select the Devices this profile applies on. Click Submit.
Your development provisioning profile will now be generated. Reload the page after a few moments to check if generation is done, download the profile and drag it into iTunes or XCode to instal it. Or copy it manualy to “~/Library/MobileDevices/Provisioning Profiles”
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left