Is there a way to disable the auto screen lock from an iOS8 custom keyboard?
[UIApplication sharedApplication].idleTimerDisabled = YES;
is not supported in App Extensions.
Is there a way to disable the auto screen lock from an iOS8 custom keyboard?
[UIApplication sharedApplication].idleTimerDisabled = YES;
is not supported in App Extensions.