In my app, I am testing a migration to v2 and the authorization works very well on the simulator. But once I run the app on my ipod (iOS 9.3), I notice that the only console message I get is
2017-08-18 16:57:49.804 stubhub[13374:2890161] DBSDKReachability Flag Status: -R ------- networkStatusForFlags
2017-08-18 16:57:49.805 stubhub[13374:2890161] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"
2017-08-18 16:57:49.806 stubhub[13374:2890161] -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "(null)"
and the app just closes the redirect to login after a second, instead of loading the dropbox login screen. Any ideas on how I can solve this? I'm not really sure what's wrong in the device. It works fine on the simulator.