12-05-2016 08:00
12-05-2016 08:00
I am currently trying to set up fitbit authorization in my iOS app. I currently have it so my app is redirecting to safari for the user to log in, then once they are logged in it redirects to my app, which immediately crashes. Any suggestions why this might be?
For reference, I am trying to follow these steps. I have completed point 1 and implemented a
"func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {}" function in my AppDelegate, which is never being called.