Meraki guided access not working on iPAD

ClaudeSjDevinHe
Comes here often

Meraki guided access not working on iPAD

I am trying for for Single App mode for one of my App using "Meraki" MDM, registered the device on the MDM site and created the profile.

I am using below code as suggested in this site, the code works fine on simulator but not on iPad."UIAccessibilityRequestGuidedAccessSession" is not fired. Can someone help me what I am missing here.

NSLog(@"requesting guided access");
UIAccessibilityRequestGuidedAccessSession(YES, ^(BOOL didSucceed) {
    if (didSucceed) {
        NSLog(@"entered guided access");
        self.inGuidedSessionMode = YES;
        [[[UIAlertView alloc] initWithTitle:@"entered single access mode" message:nil delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil] show];
    }
    else {
        NSLog(@"failed to enter guided access");
        [[[UIAlertView alloc] initWithTitle:@"Unable to enter single access mode" message:nil delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil] show];
    }
});

 

 

2 REPLIES 2
Inderdeep
Kind of a big deal
Kind of a big deal

@ClaudeSjDevinHe Sometimes it is showing unavailable, Check if below thread helps

https://community.meraki.com/t5/Mobile-Device-Management/Guided-Access-App-Unavailable/m-p/1475#M80

Regards/Inder
Cisco IT Blogs awarded in 2020 & 2021
www.thenetworkdna.com
BlakeRichardson
Kind of a big deal
Kind of a big deal

Have you tried using Kiosk mode rather than guided access? 

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.