Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
my friend used my ipad device now he gave the locked ipad with saying error
itunes could not connect to the ipad "TEMP" because it is locked with a passcode.you must enter your passcode on the ipad before it can be used with itunes. (From itunes)
iPad is disabled Connect to itunes (from ipad device).
Try to get some solutions for this
Thanks
The problem is that the iPad is passcode protected and the wrong passcode has been entered too many times, so the iPad is now disabled. You can unlock the iPad by connecting it to iTunes on the computer you last synced with.
Otherwise, you can restore your iPad in recovery mode. This will delete all the data on the iPad. Follow these steps: http://support.apple.com/kb/ht4097
Thanks For all
i have reboot the device using the Recboot and i have restored os.it was working perfect
thanks
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
How to turn off internet connection, bluetooth and WIFI programmatically xcode.
You can't. Apple does not allow 3rd party apps to change global system settings like that.
Legally there is no way to do it. Even somehow if you are manage to do it, Apple will reject your app while submitting to AppStore.
There is no API available to control cellular data,wi-fi,bluetooth within in an app , User have to go to settings to enable or disable cellular data,wi-fi and bluetooth.
This is not possible in iOS unless you jailbroke your device. Apple is not allowing any apps developer to access wifi/bluetooth. You can only check wifi/tooth is connected or not.
You can't do that using the iOS application. Apple not allowing it.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
When distributing apps using OTA using Enterprise license.
What steps are to be followed?
How is the provisioning profile created, so it doesn't require any device Id?
How do I archive?
Coz I am not able to see my app in Organiser->archive, eventhough I have checked the option reveal in Archiver (in Edit Scheme).
What next?
I am using Xcode 6.01 and iOS SDK 8.1
Any looking for the same answer. How exactly Over the air iOS app distribution is done.
It is actually in house app distribution with enterprise development program.
A good explanation is in the link below
http://johannesluderschmidt.de/provision-ios-ipa-app-for-in-house-enterprise-distribution/2993/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am submitting my app to app store but it's only compatible with iphone and ipod. When I added the app in itunes connect it;s making me submit an ipad screenshot.
Is it mandatory for apps to be universal? How can I get around this?
In XCode Target -> General -> Deployment Info -> Devices should be set to iPhone.
If your app is only supposed to support iPhone/iPod, only upload iPhone screenshots, don't upload iPad screenshots. Same works the other way around. The only time you should upload both is if your app is universal.
It is not mandatory for apps to be Universal, nor is required to submit both iPhone and iPad screenshots, you can just submit your 3,5" and 4,0" iPhone screenshots.
If it's complaining because iPad screenshots are missing, you might want to check in XCode that your project isn't configured as Universal.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am using xCode 4.2 and my ipod is of version 4.1 I did not updated it because i need to know how my app works with the old ios. Recently i am having problem with the ios 4.1 so i decide to update my iPod. I have now idea how to update the device so opened the itunes and updated the device with the latest version. my iPod got the ios version 6.1.3.
now my problem start.
xCode can not recognize my ipod.
i was unable to restore my device to old version. iTunes shows me lots of different king of error message. like
The iPod "iPod" could not be restored. This device isn't eligible for the requested build.
i even tried tinyUmbrella.
can anybody help me..
i want to bill my app on my device..
The only way is upgrading your Xcode to 4.6 or Above.
For upgrading your Xcode , please refer this link
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm new to iOS developement and I 'm doing ok so far, however I am still trying to find a way to send an application to the device via wifi. My device is jailbroken and iTunes can sync over wifi, but there's no way I can make xcode to see it.
Any chance that I can upload and perhaps debug over wifi? I don't want to send the application with ssh manually.
Maybe this could help you a bit. Look at this similar post:
How do I build and install applications on a jailbroken iPhone without being in the iPhone Developer Program?
But I think running and debugging is not possible in xcode over wifi!