Hi,
We are using fitbit api in our app. We are not receiving subscription notifications for some users.
How do i solve this issue?
Answered! Go to the Best Answer.
Best Answer
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.
If you confirm all of the above and are still having issues, contact private support with your client id and user ids. Be sure to include the results of the above.
Best Answer
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.
If you confirm all of the above and are still having issues, contact private support with your client id and user ids. Be sure to include the results of the above.
Best AnswerHi,
When i tried to get the subscriptions for the users using GetSubscriptions endpoint its returning the values as null.
{
"collectionType": "activities",
"ownerId": null,
"ownerType": null,
"subscriberId": null,
"subscriptionId": null
}
The user have recently synced their device and i can see data in their fitbit page.
Best AnswerWhen i tried to add subscriptions to this user it returns me a 409 Conflict response.
When i tried to delete subscription it returns me response code as not found.
Best AnswerWhen i tried to get the subscriptions for the users using GetSubscriptions endpoint its returning the values as:
{"apiSubscriptions":[]}.
When i tried to add subscriptions to this user it returns me a 409 as response code.
When i tried to delete subscription it returns me response code as not found.
The user have recently synced their device and i can see data in their fitbit page.
Best Answer
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.
This is very odd! I think you may have created a subscription without a subscription id, which FItbit's API shouldn't allow. We're going to investigate this. Please private message me your client id.
In the interim, try doing this
Best Answer
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.
Please PM to me your:
1) Subscription id that you specify when you create subscription endpoint
2) application id
Best Answer