damus-io / damus

iOS nostr client
GNU General Public License v3.0
2k stars 289 forks source link

Prompt AppStore review #1777

Open alltheseas opened 1 year ago

alltheseas commented 1 year ago

For long-time Damus users, consider prompting an ask to review Damus app in the AppStore.

fishcharlie commented 11 months ago

I'd argue that this should not be a push notification. Users will view push notifications asking to review as very spammy, and would be more likely to disable notifications altogether.

Instead I'd suggest using the Apple provided StoreKit API for this: https://developer.apple.com/documentation/storekit/requesting_app_store_reviews

Only design question is when it should be called. Potentially after posting a certain amount of posts? Or maybe after zapping a post?