Call "Leave Feedback" dialog after several events happens
Budget: $10 – $30 USD
I have an app. There is a feedback dialog.
You need to reuse it and call it when:
1) Person comes back to the app after 3 days left (save the date in shared prefs and compare with current date)
+ 1.1 A person generate the QR code -> share it -> comes back to the app (save in shared prefs boolean that generated been success)
+ 1.2 Person makes 2 success scans (also with the help of shared prefs save the progress of usage of the app)
Basically you just need to track that events and update it in shared preferences. And when 1+1.1 or 1+1.2 returns true you show the dialog. If user click Later you need to reset the preferences. So it will appear only after 3 days again.
Start with + so I know you read this description.
You need to reuse it and call it when:
1) Person comes back to the app after 3 days left (save the date in shared prefs and compare with current date)
+ 1.1 A person generate the QR code -> share it -> comes back to the app (save in shared prefs boolean that generated been success)
+ 1.2 Person makes 2 success scans (also with the help of shared prefs save the progress of usage of the app)
Basically you just need to track that events and update it in shared preferences. And when 1+1.1 or 1+1.2 returns true you show the dialog. If user click Later you need to reset the preferences. So it will appear only after 3 days again.
Start with + so I know you read this description.