-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[LibPass sharedInstance] unlockWithCodeEnabled:NO] doesn't work #12
Comments
I am using iOS 8.1.2 for clarification. |
Check out the implementation for ByPass It is an extremely simple tweak that uses this part of the libPassword library. Confirmed working iOS 7.x-8.x Also, make sure that you have entered your passcode at least once since libPassword was installed, otherwise it won't work. |
Hi! Thanks for the reply. I did what you told and looked at ByPass code, also set up LibPass, by dragging it into the theos/include folder and putting the libPass.dylib into theos/lib. Then I have imported (#import < libPass/libPass.h >) the library into my Tweak.xm main file. Also set up the Makefile like yours in ByPass. When I try to compile, the result is this: Any idea why this happens? It doesn't find the LibPass class when I do:
Could you help me out? Thanks. |
Try %c(libPass) -Zac on his iPhone
|
I have tried to use this method call from the wiki:
But it doesn't work in the tweak. The view changes to the passcode pad, but no unlock. This method works instead when there is no passcode set. Also tried to manually call:
But no luck. Seems like a problem to me. Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: