iOS SDK - Sample App Error (cydia authorization limiation)
Sunday, June 12, 2016 at 06:07amHello
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)
Tuesday, June 14, 2016 at 06:41pmReply to: iOS SDK - Sample App Error (cydia authorization limiation)
Wednesday, June 15, 2016 at 02:54pm