Under Review
over 1 year ago

[BUG] makeReviewTokenRequest does not work on watch faces

makeReviewTokenRequest works in the sim and it is working for my submitted apps but not for watch faces.  

I can't tell what is failing but so far I've seen no reviews for the watch faces and I'm not prompted to review them on my watches.

Works fine with applications.

Parents
  • What do you mean when you say it "doesn't work"?

    Is the call to WatchUi.makeReviewTokenRequest() succeeding but the provided token callback not getting invoked? If you are getting a token via the callback, the review must be initiated by a call to WatchUi.startUserReview(). Are you getting that far, and if so does the call not generate any UX?

    You should be able to use app logging (as described here) to determine where in your app flow the system is.

Comment
  • What do you mean when you say it "doesn't work"?

    Is the call to WatchUi.makeReviewTokenRequest() succeeding but the provided token callback not getting invoked? If you are getting a token via the callback, the review must be initiated by a call to WatchUi.startUserReview(). Are you getting that far, and if so does the call not generate any UX?

    You should be able to use app logging (as described here) to determine where in your app flow the system is.

Children