How to bring the screen lock earlier than it's set for? I want to do achieve the opposite of this: How to prevent screen lock on my application with swift on IOS So even when it's not a due time for a phone to be locked, the app will trigger the lock screen. Thank you in advance!
Asked
Active
Viewed 103 times
3
-
3In iOS an external App dont have the rights to trigger the lock screen – Jonathan Dec 12 '18 at 10:28
-
(For fairly obvious reasons; imagine a malicious app that immediately re-locks the screen.) – ceejayoz Dec 12 '18 at 20:20
-
@ceejayoz Well, I guess it will never be allowed to the store by Apple review team. But, yeah, I get what you mean – Anna Markova Dec 13 '18 at 06:56