I am currently developing an app for iOS, and I am distributing the app to my phone via a repo I created for Cydia. The app downloads and runs fine, but the login process is not working. When I run the app in the Simulator the login process works flawlessly. The login process was also working when I distributed the app via Xcode and had the app inside the sandbox. So installing my app in /Applications
is obviously affecting something with the KeyChain aspect of the app.
Has anyone here successfully distributed an app via Cydia that used KeyChain Services in the Security.framework
of the iOS SDK?
I found this SO thread but there really isn't an explanation for how he got Keychain Services working in his app.