Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable USB Debugging in IOS 7

I cant understand, how to debug? In android it in "Settings - Developer options - USB debugging". but in iphone with ios 7 I cant find it. Maybe the developer options menu is hidden, but how to show it?

I'm using Xamarin.IOS in Windows 8.

like image 677
user3000118 Avatar asked Dec 08 '13 17:12

user3000118


2 Answers

iOS does not allow any kind of USB debugging with an ordinary device. If you have paid for an Apple Developer account, then after provisioning your device, developer options will become available. However, unless you have done that, you will not be able to debug.

It's a sad fact.

like image 150
Josiah Avatar answered Oct 04 '22 15:10

Josiah


Xamarin announced the new "iOS USB Remoting" feature that allows you to deploy and debug to an iOS device that is attached to your Windows pc. However, you still need a mac for building: http://sdtimes.com/xamarin-announces-new-ways-developers-build-ios-apps-visual-studio/#ixzz47U7prhgb

The forum says that this feature is planned for cycle 8 which is in alpha at the moment: https://forums.xamarin.com/discussion/65834/ios-usb-remoting

Btw: macincloud.com is a great alternative to having a physical mac.

like image 34
Manu Meyer Avatar answered Oct 04 '22 14:10

Manu Meyer