Hello! My name is Ilya. We are working on an iOS application and want to add Garmin IQ integration to our app. We are in the early stages yet, and we are still deciding how to do set integration and the best practices. We've come up with a flow that best suits our users.
It goes something like this:
1. User opens our application and presses the 'Connect Garmin' button. 2. Application opens a web login form in a browser or Garmin app if it's installed. 3. User enters credentials and performs authentication. On completion, the request is sent via redirect URL with <access token> to our web server. 4. We return to our app when web-from triggers our custom URL scheme.
Could someone tell us if it's doable and if there is a better way to do it?