Can an iPad be "locked down"?
This is a discussion on Can an iPad be "locked down"? within the iPad Development forums, part of the iPad App Store category; I'd like to know if Apple allows for an App to basically Lock Down an iPad. By that I mean everything that gets exposed will ...
-
iPad Noob!
Can an iPad be "locked down"?
I'd like to know if Apple allows for an App to basically Lock Down an iPad. By that I mean everything that gets exposed will be from that app, but nothing else can be exposed, added, etc. System boots come up to the app flash screen, no concept of going to other applications. Any info would be greatly appreciated!
We're looking to build an app for a Linux-based touchscreen ipad-like appliance, and we require the device to be locked down. That's easy for a touchscreen Linux app, but we're wondering if Apple allows this for an iPad?
Thanks!
K.
-
04-19-2010 02:22 AM
-
iPad Noob!
I'm interested in something similar for an academic library. I want to try making them reading devices for paid content. I don't want users who want to surf the Web or use the device in other ways to be able to do so, since that would make it much more difficult for users who need that content.
-
iPad Fan!
Simple Answer: No, but you can make the App relaunch after the home button is pressed. Also, you can look into special cases that hide the home button. I'm currently looking for such a case.
related thread: http://forums.macrumors.com/showthread.php?t=931043
- Kross
Last edited by Kross; 09-24-2010 at 09:58 AM.
-
iPad Master!
Dont think you can do exactly what you want.
But check out the iPhone Configuration utility that apple gives out on their website. It will let you lock it down but probably not as well as your trying to do.
-
iPad Noob!
no it certainly does not, i'm using iphone configuration utility 3.1 and while i can hide the itunes, safari, app store icons, I cannot hide email, contacts or maps? dunno why it won't let me... next step is to look at MDM servers and see if their products allow this?
-
iPad Master!
Have you thought about just making a custom ipad case that covers the home button?
It would probably be less trouble and quicker thing to do.
Or even get a hard plastic case, and add a small strip of plastic over the home button hole on the inside. Then there is no more pressing of the home button or exiting of your app.
Case manufactures, out there here is a market you can target. Make an ipad case that is hard plastic and durable to be able to withstand the beating that random people handling an ipad would do. Features could be:
#1 small security whole or loop to lock down the ipad so people cant walk off with it. Standard laptop security whole would be nice, then any laptop lockdown cable can be used.
#2 home button can be covered and locked so people cannot press the home button but easily opened by authorized users. number combination to unlock/uncover home button.
Last edited by MikesTooLz; 09-23-2010 at 08:09 PM.
-
iPad Fan!

Originally Posted by
MikesTooLz
Have you thought about just making a custom ipad case that covers the home button?
It would probably be less trouble and quicker thing to do.
Or even get a hard plastic case, and add a small strip of plastic over the home button hole on the inside. Then there is no more pressing of the home button or exiting of your app.
Case manufactures, out there here is a market you can target. Make an ipad case that is hard plastic and durable to be able to withstand the beating that random people handling an ipad would do. Features could be:
#1 small security whole or loop to lock down the ipad so people cant walk off with it. Standard laptop security whole would be nice, then any laptop lockdown cable can be used.
#2 home button can be covered and locked so people cannot press the home button but easily opened by authorized users. number combination to unlock/uncover home button.
I have someone shipping me a prototype of such a case now. I will post pics on the thread I've been managing for a few months now... The thread link is in my previous post, but here it is again: kiosk mode - lock users in an App - Mac Forums
-
iPad Master!
dont know if anyones noticed, but this topic has nothing to do with ipad developement.
-
Supporting Vendor

Originally Posted by
Kross
I have someone shipping me a prototype of such a case now. I will post pics on the thread I've been managing for a few months now... The thread link is in my previous post, but here it is again:
kiosk mode - lock users in an App - Mac Forums
As developer and manufacturer, i am sorry to told you this will not be a practical solution , without home button how do you wake up the device in sleeping mode ??
We are currently working on a stand can lock the iPad with a cable , for library or fair booth …. so i guess we i know what we are talking about
-
iPad Noob!

Originally Posted by
seecoolguy
no it certainly does not, i'm using iphone configuration utility 3.1 and while i can hide the itunes, safari, app store icons, I cannot hide email, contacts or maps? dunno why it won't let me... next step is to look at MDM servers and see if their products allow this?
Ok, Took a look at Mobile Iron and Air
they will only hide what Apple's API let's you hide, so the obvious next step is to code a solution. We are expected to get the enterprise license, so I figure I should be able to traverse the file structure and simply issue a delete right?
so if I wanted to delete the Photo's icon it's simply deleting the following path from what I can tell...
/private/var/mobile/Media/Photos
so something like
Code:
filePath2 = "/private/var/mobile/Media/Photos"// Attempt to delete the file at filePath2 if ([fileMgr removeItemAtPath:filePath2 error:&error] != YES) NSLog(@"Unable to delete file: %@", [error localizedDescription]); // Show contents of Documents directory NSLog(@"Documents directory: %@", [fileMgr contentsOfDirectoryAtPath:documentsDirectory error:&error]);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By ksaneii in forum iPad General Discussions
Replies: 6
Last Post: 04-19-2010, 11:27 PM
-
By CalculatorGames in forum iPad Games
Replies: 0
Last Post: 04-15-2010, 10:07 PM
-
By brobar in forum iPad General Discussions
Replies: 4
Last Post: 03-25-2010, 08:50 PM
-
By wot_fan in forum iPad General Discussions
Replies: 4
Last Post: 03-13-2010, 12:46 AM
-
By spitfire55 in forum New Member Introductions - Site Assistance
Replies: 3
Last Post: 02-18-2010, 10:54 PM
Search tags for this page
can you lock down an ipad
,
how to lock down a ipad
,
how to lock down an ipad
,
how to lock down ipad
,
how to lock down ipad apps
,
how to lock down ipads
,
ipad lock down
,
ipad lock down apps
,
ipad lockdown
,
ipad lockdown app
,
lock down ipad
,
lock down ipad applications
,
lock down ipad settings
,
lock down ipads
,
lock down settings on ipad
,
lock down the ipad
,
lockdown ipad
,
locking down an ipad
,
locking down ipad
,
locking down ipads
Click on a term to search for related topics.
Tags for this Thread