Acknowledged
over 1 year ago

feature-request: add "static" url for "Write a review", "Contact developer"

Use case: I'd like to add a way for the user to be able to review my app (on their action). For example in the menu I would like to have a "Review app" item.

Currently we only have makeReviewTokenRequest, but that will not always return token depending on circumstances. I understand that adding a similar method to the SDK to start a review "on user's action" will not be possible, since that would enable it to be abused. So the next best thing I can think of is to make a static url: https://apps.garmin.com/apps/<app_id>/review or something similar that we can open from our app on demand.

Similarily for the same purpose a "contact_developer" link would be useful.

BTW: It's not clear if this belongs to the API or Other category... What is API category meant for?