NStack V2 Rate Reminders have advanced allowing for clients to define events and assign points to them. Users will then be prompted to rate the app only when specific events have been triggered and points have been accumulated.
All functionality is decoupled allowing for clients to log events, check if rate reminders should be shown and log rate reminder responses separately from other to allow for any functionality desired.
It should be used in tandem with the https://github.com/nodes-ios/nstack-rate-reminder-action-generator
See the ReadMe there for more details but essentially, it works the same as the translations generator but instead of translations, it generates you an enum class with all the available rate reminder actions to implement within your client app.
Rate Reminder UI added to NSStack Alert Manager. This functionality can then be used and applied to custom UI within a client app or you can easily call to display the NStack UI from within the RateReminderManager class.
NStack V2 Rate Reminders have advanced allowing for clients to define events and assign points to them. Users will then be prompted to rate the app only when specific events have been triggered and points have been accumulated.
The feature is documented here https://nstack-io.github.io/docs/docs/features/rate-reminder.html
All functionality is decoupled allowing for clients to log events, check if rate reminders should be shown and log rate reminder responses separately from other to allow for any functionality desired.
It should be used in tandem with the https://github.com/nodes-ios/nstack-rate-reminder-action-generator See the ReadMe there for more details but essentially, it works the same as the translations generator but instead of translations, it generates you an enum class with all the available rate reminder actions to implement within your client app.
Rate Reminder UI added to NSStack Alert Manager. This functionality can then be used and applied to custom UI within a client app or you can easily call to display the NStack UI from within the RateReminderManager class.