jamesmontemagno / StoreReviewPlugin

Request app store reviews across Xamarin and Windows applications
MIT License
184 stars 24 forks source link

Getting System.NotImplementedException #30

Closed gmwilhelm closed 2 years ago

gmwilhelm commented 2 years ago

Hello,

i'm trying to start the provided test app, but i keep getting this exception when i hit the "Click me to review" button:

System.NotImplementedException: 'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'

I replaced the reference to the StoreReview.Plugin project with the nuget of version 3.1.0 and also added the Xamarin.Essentials Nuget 1.6.1 to both the StoreReviewTest and the StoreReviewTest.Android project.

Version Number of Plugin: 3.1.0 Device Tested On: Huawai Nexus 6P

jamesmontemagno commented 2 years ago

Did you set your compilation version for Android to 10 or 11? that is required.

gmwilhelm commented 2 years ago

Ah, yes, that helped, thanks a lot.