unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.93k stars 725 forks source link

Add support for in-app rating dialog #9998

Closed MartinZikmund closed 1 month ago

MartinZikmund commented 2 years ago

What would you like to be added:

Why is this needed:

For which Platform:

Anything else we need to know?

MartinZikmund commented 1 year ago

https://www.avanderlee.com/swift/skstorereviewcontroller-app-ratings/

https://stackoverflow.com/q/63953891

https://docs.microsoft.com/en-us/windows/uwp/monetize/request-ratings-and-reviews

SwiftLee
Increase App Ratings by using SKStoreReviewController
SKStoreReviewController can be used to ask for App Store ratings inside your app. Ensure the right timing and triple the number of ratings.
Stack Overflow
'requestReview()' was deprecated in iOS 14.0
In iOS 14, Xcode is showing a warning: requestReview()' was deprecated in iOS 14.0 I'm using StoreKit to ask review automatically in my app. func requestReview() { guard shouldRequestReview e...
Request ratings and reviews for your app - Microsoft Store
Learn about several ways you can programmatically enable customers to rate and review your app.