jamesmontemagno / StoreReviewPlugin

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

Conflict with Xamarin.Google.Android.Play.Core #46

Closed pulmuone closed 1 year ago

pulmuone commented 1 year ago

Error...

image

saamerm commented 1 year ago

@pulmuone i can’t see the error. Could you please share the actual code of the error as a text?

pulmuone commented 1 year ago

@saamerm

Conflict Sample Source : Android Build Error... If you remove Plugin.StoreReview nuget, there is no error. https://github.com/pulmuone/AppUpdateManagerTest

jamesmontemagno commented 1 year ago

Oh, i see yes, tehre is an official package now :) i will update to that

jamesmontemagno commented 1 year ago

Version 6.0 will fix this

pulmuone commented 1 year ago

Version 6.0 will fix this

Thank you.

mina5500 commented 1 year ago

@jamesmontemagno Hi James ... big fan 😊🤩 Is there any existing package for in-app update same as in-app review ? Or any plan to develop new nuget pacakge for in-app update? (xamarin forms)

saamerm commented 1 year ago

@mina5500 theres no way to do in app updates on iOS, so there's likely no plan. You can use the android specific nuget package to implement it in your app

pulmuone commented 1 year ago

@mina5500

Hi, ios app auto-update https://github.com/pulmuone/AppUpdateManagerTest

ios project : AppDelegate.cs -> WillEnterForeground