xamarin.ios - MonoTouch deploy to iPhone -


I have developed many apps using mono-touch, and are using emulator for the iPhone, now I need to deploy the application to me for further investigation on my iPhone.

I bought an iPhone SDK from Apple, but I do not have to deploy and activate the mono-touch app on my iPhone.

Any signals please?

As you have already said, you clearly need a paid version of Monochoch and iPhone SDK is. After you have sorted, you need to create a Developer Certificate in the iPhone Developer Portal, download it to your Dev Machine and add it to your keychain.

Once you do this, then you should make a provisioning profile, your physical device, which you again do through the developer portal. Once you have a provisioning profile, download it to your machine, and add it to the iPhone via the Organizer app in the xcode.

Then set fire to the mono developer, and if this plan has gone completely, then you can see the option of deploying the build on your iPhone by opening the project option window. And under your Build section and under the iPhone bundle signing, you have correctly identified your certs, you should see your developer certificates and provisioning profiles.

Full details of steps

is required

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -