user1421044
user1421044

Reputation:

How to Deploy App on iPad using Monotouch Professional Licence

I purchased MonoTouch Professional but while debugging with the iPhone it gives an error: “No Valid iPhone code signing keys found in keychain”.

The store page of Xamarin https://store.xamarin.com/ for the Professional version shows two important things however:

I connected my device but I don’t know how to actually get my app running on the iPhone. Basically I have two questions:

A third, seperate question is if it is necessary to enroll in the iOS Developer program from Apple. If so, which is suitable for us because I don’t want to put my app on to the App Store.

My app is only available to our clients for their internal use.

Upvotes: 2

Views: 4876

Answers (3)

Radu Simionescu
Radu Simionescu

Reputation: 4676

Actually this is the tutorial you need to follow. There are lots of hidden buttons you wown't find by yourself

http://docs.xamarin.com/guides/ios/getting_started/device_provisioning/

Upvotes: 1

Lex Li
Lex Li

Reputation: 63143

In fact, you should start from their iPhone tutorial,

http://docs.xamarin.com/ios/getting_started/Hello_iPhone#Deploying_to_the_Device

where deploying to device is mentioned. Also you need to learn from Apple resources, such as

http://www.intertech.com/Blog/post/Xcode-4-Deploying-Your-App-to-Your-Own-iPhone-iPad-iPod-touch.aspx

Upvotes: 3

Alex
Alex

Reputation: 610

You have to enroll you to the iOS Developer Programm otherwise you cant deploy to devices. If you dont like to Publish to the App Store you also can deploy Apps with the TestFlight SDK. It´s a free SDK which allows you to Deploy Apps without the App Store.

Upvotes: 2

Related Questions