Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 796 Bytes

Reviews.md

File metadata and controls

19 lines (10 loc) · 796 Bytes

Reviews

We use ReviewService for mobile app reviews.

Configuration

It's configured in ReviewConfiguration.cs.

Native Review Prompters

The package ReviewService.NativePrompters is installed in the Mobile and Windows projects and provides the implementation of IReviewPrompter that actually triggers the store reviews.

Review Settings Source

We use a custom implementation of IReviewSettingsSource called DataPersisterReviewSettingsSource to persist the review data on disk.

Reference