Single App Mode iOS 8 broken

Hi there
Noticing a problem with both Single App Mode and Guided Access Mode since iOS 8 upgrade, and not fixed by 8.0.2.
Every time a link is pressed within a web view or any external URL request, the notice "Guided Access Enabled, triple tap the home button to exit" pops up in the top bar. We have a tonne of iPad Minis out on shows with clients that are locked into one single app using one of the two methods - Guided Access / Single App.
This is a real problem since the notice is shows on every single external URL request or page load within a WebViewer.
Anyone else had this problem or know of a way of fixing it? Looking like the only fix is to jailbreak, downgrade to iOS 7 and use that - a much more stable iOS release!
Ollie

Hi Ollie,
I've found a workaround thanks to Chris from Kiosk Pro App.
You need to transform all requests (only when Guided Access is on) with navigation type "UIWebViewNavigationTypeLinkClicked" to navigation type "UIWebViewNavigationTypeOther"
One issue with this workaround is that the Guided Access message still appears for links using types "Form Submitted" and "Form Resubmitted". Trying to transform these types could potentially cause an error with loading the page.
Here is an implementation by Blandine from Adaptive Channel :
In the method :
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
Just add  :
if (UIAccessibilityIsGuidedAccessEnabled()) {
        if (navigationType == UIWebViewNavigationTypeLinkClicked ) {
            navigationType = UIWebViewNavigationTypeOther;
            [webView loadRequest:request];
            return NO;
Hope it helps.
Cheers,
Mehdi

Similar Messages

  • Single app mode in my IOS application

    I want to implement Single app mode in my IOS application through coding. For this I am doing the following steps:-
    1. I am supervising my device through apple configurator and using config profile generated by configurator itself.
    2. I have selected the restriction payload to generate my profile because I want single app mode functionality.
    3. According to apple documentation one key is added in Restriction payload that is “autonomousSingleAppModePermittedAppIDs” in IOS and later. But I am not able to find it anywhere to fill my bundle identifier. I have tried to add this key manually by editing the profile in text edit but this process invalidates my profile.
    Here is the link reference:-
    https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProf ileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206-CH1-SW13
    Under Restrictions Payload section of the documentation.
    4.I have tried to generate my profile with the help of iPCU(iPhone configuration utility) as well but did not find anything.
    So please help me out what I am missing here or what else i need to do.
    Thanks
    Steven Meister

    Hi Ollie,
    I've found a workaround thanks to Chris from Kiosk Pro App.
    You need to transform all requests (only when Guided Access is on) with navigation type "UIWebViewNavigationTypeLinkClicked" to navigation type "UIWebViewNavigationTypeOther"
    One issue with this workaround is that the Guided Access message still appears for links using types "Form Submitted" and "Form Resubmitted". Trying to transform these types could potentially cause an error with loading the page.
    Here is an implementation by Blandine from Adaptive Channel :
    In the method :
    - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
    Just add  :
    if (UIAccessibilityIsGuidedAccessEnabled()) {
            if (navigationType == UIWebViewNavigationTypeLinkClicked ) {
                navigationType = UIWebViewNavigationTypeOther;
                [webView loadRequest:request];
                return NO;
    Hope it helps.
    Cheers,
    Mehdi

  • Profile Manager cannot set ibooks as single app mode in iOS

    Right now I had updated all my iPad to iOS 8.0.2, and the server is updated to the newest version,too.
    Sadly, When I want to setup the iPad to single app mode with iBooks, I cannot find it in the list.
    Is this means ibooks is no long support on the single app mode? Then why give us the new function about push ibooks?
    I have try the assistant function on my iPhone (8.0.2) itself, it can be locked in iBooks.
    Any one can tell me what is the problem?
    Many many thanks!

    HI Hines,
    I had the same problems after the 3.0.2 update: enrolling of devices not working, unable to push configurations from Profile Manager, etc.
    The update was a simple 3.0.1 => 3.0.2 on already updated OSX Mavericks to 10.9.1 and it seemed that all was ok, not like this situation: https://discussions.apple.com/message/24450438
    Services used:
    -Web
    -Profile Manager with 20 iPads/iPhones already enrolled and with some in-house app pushed
    I followed a solution similar to what suggested from Hines, apart from point #6. I was unable to re-download Server.app from App Store, greyed-out button.
    So I was very happy to have another mac to download a fresh copy of Server.app.
    Then:
    -Deleted and thrashed the old version
    -Message "all services stopped"
    -Reboot
    -Copied fresh "Server.app" to /Applications
    -Started "Server.app" that made some initial auto configuration
    -Services restarted
    I just had to restart the postgres service and seems that I didn't lost any data/config (I hope, I'm already checking!)
    =begin RANT
    I know that Apple is essentially an hardware manufacter manly for consumer target now but that a simple minor update broke an entire software meant to be solid, like a server must be, is just plain unacceptable.
    I know that OSX Server is very cheap and we can't pretend too much....but F**K...i loosed my sleep tonight!
    =end RANT

  • Single app mode with VPP Token Managed Distribution apps?

    For some reason, single app mode setting in Profile Manager will only pick up apps that have been purchased by the device/user Apple ID I.e. individuals personally purchased apps, it will not allow single app mode on pushed apps via VPP Token Managed distribution.
    My questions are:
    1) should it be possible to single app mode, after all MD is to help organisations 'manage' the devices? If so, what am I doing wrong?
    2) is it ethical that I can see users 'personally' purchased apps when MDM allows for 'dual' managed devices
    Any help would be most appreciated.

    iCab
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    I've used iCab.  I've not used iCab's Kiosker mode.
    Robert

  • Full Screen Safari in Single App mode

    I'm trying to configure some ipads for use as web kiosks.  I can set Safari to single app mode and to only allow the one website we want used, but it still shows the bookmarks, share, new tab, and other buttons, along with the address bar, at the top.  I also tried configuring a web clip for the site, and setting the web clip to full screen mode.  That worked to get rid of the address bar etc, but if safari is in single app mode I can't launch the web clip, and if it's not in single app mode, the web clip works but other apps are also available.
    How can I get Safari locked down to single app mode and showing the website in full screen only?
    Thanks!

    iCab
    https://itunes.apple.com/us/app/icab-mobile-web-browser/id308111628?mt=8
    I've used iCab.  I've not used iCab's Kiosker mode.
    Robert

  • Need to hide battery/wifi status in single app mode on iPad

    I am running a dozen iPads in single app mode. The App "Live OEE". I'm using Apple configurator to push a restore, and restrict it to single app mode.
    Here's the problem, the first time it loads the app, everything works fine. But once the screen goes into auto lock, or is locked manually with the lock button, when it comes back up, the Wifi icon + ipad is on the left hand side and the battery status is on the right hand side at the top of the ipad screen. The text isn't really the problem, the problem is the wifi logo + the word "ipad" is blocking the "back" button in this app. I can't click the back button (easily, the VERY corner works like 20% of the time). This is a usage issue as the back button is pretty critical to the operation of the app.
    Thanks,

    Never mind.  I found it it was due to a default setting in Quicksilver, which i just recently installed.  This other question solved my problem:
    https://discussions.apple.com/message/10230913#10230913
    I searched a while and couldn't find anything to match my problem on the forums.  However, i wasn't sure what terms to use to describe my problem because they are all generic.

  • Connection issues on Public Hotspot - Single App mode (MDM)

    My iPad is connected permanently to a public hotspot. The connection sometimes is interrupted by a planned maintenance on the AP.
    It happens from time to time that the iPad can't recover it's Wifi connection by itself.
    Going to the settings> Wifi seems to be enough to reconnect.
    Problem is that the device is working in An MDM Single App profile, and so the settings are not meant to be reachable.
    Restarting the device is required to reconnect to the public AP.
    I know that IOS sometimes turns down WIFI after a certain period of non-use, but in Single App, the iPad stays on, day and night.
    It is running in IOS 7.1.
    Is this a know issue?

    anyone know how to set a correct task id?

  • Why am I stuck in single app mode after upgrading to Lion?

    I completed the upgrade to Lion (10.7.1) painlessly on my Mac Pro, but now when I switch to any application, either by clicking or using Command-Tab, it acts as though I have selected "Hide Others" from the application menu and hides all other open applications. I can't find any way to turn off this behavior. It's driving me crazy because I have a 27" monitor and want to have my mail and IM client visible at all times. Has anyone seen this before?

    Hi Canes,
    Sorry - not sure what you mean?
    GB

  • Updating an App in Single Application Mode for Surface (Windows 8.1 RT)

    I have a Windows Store App running on a Surface (Windows 8.1 RT) in
    Kiosk Mode (Single Application Mode).
    I've put a new release out on the store for this Windows Store App. Is it possible for a Surface, running this app in kiosk mode, to
    automatically update the app to this new release? (Like I would expect a normal windows 8.1 installation to do)
    Until now, i've had to remove the kiosk mode, go to the Store and update it manually. Then restoring the kiosk mode.

    Hi,
    As far as I know, there is no way to update an APP in kiosk mode untill now. Hope this problem can be resolved in the future.
    Roger Lu
    TechNet Community Support

  • Single App & iOS 8

    Hello,
    I have built few months ago two single edition apps for app viewer V26.
    I have read about the necessity to update multi-folios applications on the latest version but I am not sure it also concerns single editions apps.
    Can someone tell me if I also need to re-build my apps on the latest version if I want iOS 8 users to be able to use it please ?
    Moreover, I would like to know if I update my apps to the latest version, will iOS 7-6 users be able to use my new app built with latest version or does iOS 8 users only will be able to use it ?
    Thanks for your support,
    Regards,

    Hello,
    Here are the others posts I have seen before I started this thread :
    Re: App incompatible with iOS8
    Problem with single edition App v32
    I don't understand because I am using Indesign CC and we have built our app for the v26 viewer. So as Bob Bringhurst said it should work fine for single app even on iOS 8 ?
    I have crawled many threads before posting and didn't found one with the exact configuration / problems as mine.
    If you have any indication and / or link to provide me it would be really nice,
    Thanks a lot,
    Regards,

  • IOS 7 App Store is BROKEN!

    Well, Stupid Me won out over Sensible Me and I downloaded. Received several notifications that I had apps which required updating, so I attempted to download. "Download failed". This is for ANYTHING downloaded from the App Store NOT just updates!
    THE APP STORE IS BROKEN!
    I'm also unable to autocorrect words typed in uppercase (for example, it will no longer correct 'CANT' to 'CAN'T' and, if you move the cursor back against the word, you don't even get the option - pop-up bubble - to change it. As you can't type in bold, I do use caps quite a bit for emphasis, so this is really rather irritating!).
    The keyboard is also really rather unresponsive when compared to iOS 6 (especially in Safari and FB).
    Maybe there are settings I'm overlooking for everything else - if so could someone point me in the right direction. I'm autistic and I get frustrated when I don't understand stuff!
    But the App Store is most DEFINITELY broken! Can't download anything - not updates, not new apps, not mags, not papers - not ANYTHING!
    Anyone else...?!
    Sarah X❤️X

    For the keyboard and autocorrect features, try resetting your iPod
    Reset: Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    I wonder if the App Store is just down because the servers are overloaded from everyone trying to download iOS 7.  You might need to wait and try again later.
    If it's still not working, you might want to try resetting your network settings.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.
    Try these articles if the App Store still doesn't work:
    http://support.apple.com/kb/TS1368
    http://support.apple.com/kb/TS3297

  • I successfully unlocked my iPhone 4S (AT&T, iOS 7.0.2) and many apps are missing. Went to app store and updated all apps. If I manually update a single app it will show up. Solution to get all apps back in place?

    I successfully unlocked my iPhone 4S (AT&T, iOS 7.0.2) and many apps are missing. Went to app store and updated all apps. If I manually update a single app it will show up. Solution to get all apps back in place?

    Hi downeyjdm,
    Welcome to the Support Communities!
    To resolve this issue, I would suggest updating your iOS to the latest version, which is 7.0.3.
    iOS 7.0.3
    http://support.apple.com/kb/DL1691
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If your purchased apps are still not appearing on the iPhone, you can redownload them:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Cheers,
    Judy

  • How do i repair my hard drive in single user mode when disk is full?

    Hi there Apple Community!
    I have an old Macbook Pro 17" with an upgraded 500GB harddrive and 4GB memory. I'm running Mac OSX Lion.
    Was hoping you could help me out.  THis is the situation:
    Long story short I spilt wine on my macbook and the screen went a bit blobby. Switched it off for a few days, removed the battery etc. etc. Opened it up cleaned out as much of the wine as possible, but unfortunately some of it came in behind the LCD, so now the screen has a nice red stain.  Obviously I'm not going to try to clean that out of the LCD. 
    My Macbook Pro still worked for a few days after that, but then my harddrive gave up.  I booted in the Recovery HD menu, verified the drive and I got the error "Keys out of order - This disk needs to be repaired, click Repair Disk." I attempted to repair the disk but got the error "Keys out of order - Disk Full Error - The volume could not be repaired".
    Unfortnately of this 500GB I only have about 7GB free on it, as I have a huge iPhoto and iTunes library. I did make a TIme Machine backup of my user directory, but not the system files.  I don't really want to do a clean install because:
    1) I'm paranoid that there's something I did not fully back up
    2) I don't want to have to download the whole Mac OSX Lion again. I should have made a USB bootable backup when I had the chance.  I don't have access to a broadband connection.
    What I feel are my viable options, are as follows:
    1) I did buy a replacement internal 500GB harddrive, so I can probably try to make an image of the hard drive to this new drive, but not sure how. I believe it's through the Disk Utility with the "New Image" option but not sure how to go from there.
    2) Start up in Single User Mode and delete some unnecessary files and re-attempt to run the fschk -fy utility again (I tried this earlier and got the same Disk Full Error).  - the problem with this is, I'm not familiar with the command line and have no clue how to delete files.  I don't know my way around Unix.
    3) I can also probably attempt to make a Ghost Image or Acronis Image of the failed drive to this new drive, but not sure if Norton Ghost or Acronis True Image will be able to read this HFS drive - I believe it's possible as it's a simple hard drive clone. 
    If you can guide me in the best option - probably there is a better solution than my proposed ones above, I appreciate any feedback and comments you might have!

    hi Baltwo,
    So I ended up copying my user folder to another harddrive. I managed to download the whole osx lion again, reinstalled, and recovered my home folder using this discussion:
    http://support.apple.com/kb/HT1428
    I have managed to get all my files back. My iTunes library works fine, but my iPhoto library when I open it, get the following error:
    iPhoto cannot be opened because of a problem.
    Here's the error log
    Process:         iPhoto [1540]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         8.1.2 (8.1.2)
    Build Info:      iPhotoProject-4240000~8
    Code Type:       X86 (Native)
    Parent Process:  launchd [209]
    Date/Time:       2012-09-19 19:56:45.528 +0200
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Sleep/Wake UUID: 7948ABE2-5294-4F87-B6E3-777095A2F2EE
    Interval Since Last Report:          4780 sec
    Crashes Since Last Report:           9
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      70117D38-03EA-4F9C-B810-50B743864B9E
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlid eshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: image not found
    I've done an Apple Software Update but it didn't find an update for iPhoto.
    One thing to note is, this library was originally created on iLife 08, upgraded to '09 and it stayed on that version. It hasn't een upgraded to iLife '11.  It worked fine on my previous install of OSX Lion.  How do I recover the library without upgrading to '11 ?

  • Ios 6 music app on ios 7 (to fix genre issue)

    I am no longer able to drill down from genre to artists songs in the genre and their albums with songs in that genre.  Apple has told me that is by design.  So I have lost that ability and some others here have said the same thing.
    Is there a way to find and use the ios 6 music app under ios 7 somehow?  Else, I need to find a 3rd party app that will play the existing music (I don't want to download anything outside of itunes) and allow me to drill down from genre as ios 6's music app allowed me to do.
    Any suggestions (incl. possible apps if I can't use ios 6 music app)?

    I use, by the way, the windows app Tag & Rename.  Have been using it for years and highly recommend it if you are on the windows platform.  In order to get things to work properly I had to change tags in two ways for ios 7: (1) copy all my artist fields to album artists fields and (2) (unfortunately) pull out the data in the year field (which I moved to the comment field) since ios 7 now sorts by the year field as well.
    That got the ios 7 music player to final list the stuff properly - at least as I drilled down from genre.  Still, the interface was at a minimum "wanting".  I found an inexpensive (not free) app - I think it was something like $3.99.  It was written and supported by two programmers - a 18 and 21 year old.  Still the interface is relatively clean and the gestures once learned make things easy to find out and change with a single finger - check it out: "Ecoute".  It does the job for me much better then ios 7's.
    My only complaint is since I do not have album art or any other art associated with music as I am a composer and write my own material - I end up with 5 rows and 3 columns of icons with default icons.  But even that has an 'option' as you can get a textual list by taping on the top.  If you are at genres and the artist is showing, tapping on the top will list all the tracks in alphabetical order with times for that artist. If the albums are showing in the screen - tapping on the artist on the top will display all the tracks in alphabetical order with a line below them describing the album name.  And when you tap just on the album icon, you get just a list of the tracks.
    Some other cool tapping and swiping actions....  easy to learn...
    Joel

  • Problem with Timer in Clock app in IOS 8

    I've noticed an interesting change, a bug I suspect, in the Timer part of the Clock app in IOS 8. If I set a timer for say, 5 min, and I happen to check the timer before the alarm sounds, so it is showing on the iPhone, the alarm goes off, But I cannot stop it, cancel it, whatever. I have to go back to the home screen to tap done. This wasn't the behavior before. I suspect is shouldn't be now. Anyone else seen this? Any ideas on how to fix it?

    I have a reproducible bug with the alarm in iOS 8.0.2 on iPhone 5. If the alarm goes off when the phone is sleeping I normally can silence in 3 ways: 1) use "tap to stop" on lock screen; 2) use power button to return to sleep mode; 3) use vibrate switch to turn ringer off. However, if I inadvertently swipe down to access notifications when the alarm is going off, when I return to lock screen the alarm can no longer be silenced by 1 & 2 listed above (only 3 will work). Powering off will also work, although I have read here that some are having the alarm remain on even after reboot. I can reproduce this problem as often as I attempt.

Maybe you are looking for