0

At this link, I found it remarkably easy to provide access to Google Play Store (GPS) for purposes of rating an app, although it does require that the user scroll down to the ratings stars. I also now use the method to provide an easier upgrade procedure by linking the free version to the pro version's location in GPS.

This was so easy that it's hard to believe that it's so hard to enable "in-app" purchases. I realize that, since money is involved in app execution, coding for upgrading has to be a bit more involved, but what I've found would take a month to get right.

Is there a shorter way of doing GPS in-app purchases other than modifying the "trivial drive" example?

Community
  • 1
  • 1
DSlomer64
  • 4,234
  • 4
  • 53
  • 88

1 Answers1

0

I'm using this library, makes life much easier.

AndroidEx
  • 15,524
  • 9
  • 54
  • 50
  • I'm going to accept this answer until (if) a better one comes along even though I'm not going to try just now to see if *I* can implement it via what is said at the link provided. – DSlomer64 Jul 19 '15 at 17:55