Can we use same clientid, sceretkey and redirect URL for both android and ios platform which was created in dev.fitbit.com, as in iOS I am facing issue like server not found when redirecting while it is working fine for android.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @G.l
I think the same registered application can be used for both Android and iOS. I would double check the redirect_url configured in the registered application settings matches the redirect_uri specified in the iOS application. You could also try loading the redirect_uri in a standard web browser to see if your iOS device can talk to your server. If it can't, then you need to make certain the server is accessible to the internet.
Gordon
Best Answer