Reputation:
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
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
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
Upvotes: 3
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