Setup App Ratings & Reviews
App ratings and reviews with Luciq KMP (surveys and store redirect).
Last updated
App ratings and reviews with Luciq KMP (surveys and store redirect).
Use In-App Surveys to show rating surveys and optionally redirect users to the store. Configure surveys in the Luciq dashboard and use the Surveys API to show them.
Surveys are targeted from the dashboard. To show one when available:
SurveysKmp.showSurveyIfAvailable()If you have the survey token:
SurveysKmp.showSurvey(token = "YOUR_SURVEY_TOKEN")For app rating surveys on iOS, set the App Store URL so the “Rate us” action opens the correct page:
SurveysKmp.setAppStoreURL("https://apps.apple.com/app/id123456789")This is a no-op on Android.
Notify Luciq when the app is about to redirect the user to the store (e.g. after a rating):
LuciqKmp.willRedirectToStore()See Setup In-App Surveys for more options (welcome screen, callbacks, auto-show).
Last updated