rdediana

iOS SDK - Sample App Error (cydia authorization limiation)

0 votes
Hello Looking at the iOS SDK code, i modified the obvious parameters to run the sample application. however, i receive an error (below) Modified Paramters
    NSString *serverAddress = @"https://sandbox.esignlive.com/";
    NSString *email = @"[email protected]";
    NSString *password = @"*********";
Error:
2016-06-12 11:01:26.783 SampleApp[28274:9029992] -canOpenURL: failed for URL: "cydia://package/com.example.package" - error: "This app is not allowed to query for scheme cydia"
any suggestions or recommendations would be greatly appreciated. Regan

Reply to: iOS SDK - Sample App Error (cydia authorization limiation)

0 votes
Hey Regan, Sorry for the delay. Haris and I are both in New York at a developer conference. I have this question forwarded to a member of the mobile team. Hopefully we'll have a response to you soon!

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Reply to: iOS SDK - Sample App Error (cydia authorization limiation)

0 votes
Hey Regan, Here is the response I was given by the iOS SDK team: Our iOS SDK checks for jailbroken devices using the canOpenURL for cydia. For your application you would have to add cydia in the URL Schemes of your plist file. You can add the following to your plist.
LSApplicationQueriesSchemes

    cydia

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off