¡@

Home 

2014/10/15 ¤U¤È 10:11:30

iphone Programming Glossary: mobileconfig

Disable home button without rebooting device

http://stackoverflow.com/questions/12971857/disable-home-button-without-rebooting-device

is unable to come out from the App. My digging led me to following results A I got a way to disable home button by a mobileconfig profile but it needs to restart the device and user have to open my app just after booting i want to do this without restarting..

Read UDID from Iphone with javascript on mobile safari

http://stackoverflow.com/questions/2072240/read-udid-from-iphone-with-javascript-on-mobile-safari

discussion thread in apple.com's forum has the diagnosis and source code on how did that site retrieve the UDID thru mobileconfig. https discussions.apple.com thread 3089948 start 0 tstart 0 Update the site mentioned in this answer is no longer on line.. Leaving original message below for reference. Open http whatismyudid.com in your iOS device it is possible through mobileconfig Over the Air Profile Delivery and Configuration http whatismyudid.com device start download their mobileconfig and take..

Installing a configuration profile on iPhone - programmatically

http://stackoverflow.com/questions/2338035/installing-a-configuration-profile-on-iphone-programmatically

Safari can find them EDIT on B the problem is somehow in the fact that we're linking to a profile. I renamed it from .mobileconfig to .xml 'cause it's really XML altered the link. And the link worked in my UIWebView. Renamed it back same stuff. It looks.. setDefaultHeader @ Content Type value @ application x apple aspen config 3 Configure the local root path for the mobileconfig file Documents httpServer setDocumentRoot NSSearchPathForDirectoriesInDomains NSDocumentDirectory NSUserDomainMask YES objectAtIndex.. self bgTask self bgTask UIBackgroundTaskInvalid 5 In your controller call safari with the name of the mobileconfig stored in Documents UIApplication sharedApplication openURL NSURL URLWithString @ http localhost 12345 MyProfile.mobileconfig..

Lock-down iPhone/iPod/iPad so it can only run one app

http://stackoverflow.com/questions/5011774/lock-down-iphone-ipod-ipad-so-it-can-only-run-one-app

Springboard app... Can we do this If so how EDIT Rick posted a great answer below. You can download a copy of a mobileconfig file from the URL below if you visit this URL on your iOS device Safari will prompt you to install the profile. Don't forget.. device Safari will prompt you to install the profile. Don't forget to reboot your device http ipadhire.co.nz lockdown.mobileconfig EDIT EDIT brainray posted below and pointed out that there's a new feature in iOS 6 called 'guided access' that allows you.. from the web all you have to do is direct the iPhone to a url containing the profile. Just open the link to your .mobileconfig file in safari. If you don't have web space you can just use dropbox public folder URLs or switch on your mac webserver...