You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
I am using Venmo iOS sdk in my application, i have done pod file installation and all. I have Venmo app id and secret key, using same i am able to login to venmo from the sample app provided by Venmo, but if i use same app id and secret key in my application then it is getting crashed in "startLoading" method in "VENURLProtocol.m" class. Getting '[NSURL queryDictionary]: unrecognized selector sent to instance' this error.
Below is the method in which my app is crashing.This method gets executed after clicking on Allow button on Venmo login page. (in safari)
I am using Venmo iOS sdk in my application, i have done pod file installation and all. I have Venmo app id and secret key, using same i am able to login to venmo from the sample app provided by Venmo, but if i use same app id and secret key in my application then it is getting crashed in "startLoading" method in "VENURLProtocol.m" class. Getting '[NSURL queryDictionary]: unrecognized selector sent to instance' this error.
Below is the method in which my app is crashing.This method gets executed after clicking on Allow button on Venmo login page. (in safari)
Help me if anyone has used the Venmo iOS sdk and faced this kind of error.
Thanks in advance.
The text was updated successfully, but these errors were encountered: