i want to detect failed screen unlock in iPhone ios
is this possible ? , for example device is locked , when i tried to unlock it with wrong password or wrong touchID.
Asked
Active
Viewed 449 times
0

Noob
- 2,857
- 6
- 33
- 47
-
If your app is for the AppStore (jailbreak & private API out of question), you can't. – Larme Apr 19 '17 at 13:44
-
@RajeshkumarR `com.apple.springboard.lockcomplete` is a private API. – Rahul Apr 19 '17 at 13:54
-
@RajeshkumarR i want to catch the failed attempt not the lock/unlock – Noob Apr 19 '17 at 13:55
-
2Without use of private api (and an App Store rejection because of that) it isn't possible to get that information. It violates the sandbox/security concept. If you are looking for a solution on jailbreaked devices or an enterprise rollout set the specific question tags jailbreak or ios-enterprise. Maybe someone with knowledge about it will answer than. – ObjectAlchemist Apr 19 '17 at 19:18