A little while ago I found a tutorial, that showed how easy it was to impliment In App Reviews for Android. you just Import Google Play Core, write a few lines in a single method, call method, your done. I went to the package manager and I can’t find Google Play Core.
I remembered the tutorial mentioning GitHub, so I went to GitHub, I could not find that package but I found two others that might have what I needed. It took me like an hour and a half to get one of the packages to work on my computer having to install java and gradle. Looking into the documentation, I found a bunch of pages explaining in app reviews and showing some code to activate them, but not how to install it in Unity.
Finally I found out that Google Play Core has been deprecated and split out into smaller functions so that you don’t have to have all of core while only needing a few parts. So that means each part has its own package and Google made it really easy to figure out how to install each … No ↔️ … I can not find any documentation in the last two years on how to get in app reviews working. I did find a few asset store packages that will do everything for you for $10 and under. But not how to do it yourself. If it was complicated I would spend $10 for this but it was a few lines of code only 3 years ago.
How do I get the packages needed to perform simple tasks like in app reviews on Android into Unity? What am I missing?