Skip to content

Question: Is there a method which tells if user has succesfully submitted the rating/review. #205

@OmarUsman777

Description

@OmarUsman777

I’d like to run some custom logic right after a user rates our app. I couldn’t find a callback or event in the library that fires when the rating flow completes.

Question: Is there a built-in way to detect when the user has submitted a rating (or dismissed the prompt)?

If not: Is there a recommended workaround (e.g., promise resolution, listener, or platform callback) to know the outcome?

What I tried

Checked the README and source for a callback/event after invoking the rating prompt.

Wrapped the call and looked for a returned status, but didn’t see anything exposed.

Expected
A callback or promise result that indicates:

user_submitted_rating (with stars if available), or

user_canceled / dismissed, or

store_redirected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions