Closed sajsanghvi closed 8 years ago
I'm wondering the same thing. Working in an iOS project, this is my first time dealing with a token swap, and any additional information would be wonderful!
Sorry for the late reply. In parse you will get a location for your cloud code, so in iOS you put the following: let kTokenSwapServiceURL = "http://YOURAPPNAME.parseapp.com/swap" let kTokenRefreshServiceURL = "http://YOURAPPNAME.parseapp.com/refresh"
Hey man. Super helpful tutorial.
So i deployed the cloud code to /cloud/main.js via my terminal, but what exact URL do I put as my refresh and swap URLs in my iOS sdk..just a little confused here
Thank you!