0

Has anyone done client side validation of subscriptions in Android? Or atleast just figure if it's expired or not?
I've spent my whole day trying to do this without a server and no, Google only has API for servers.
SO working answers are like 3-5 years old after which the API were changed. New answers simply ignore the part 'client side'

Comments
  • 2
    I am not familiar with Android programming. But Client Side Validation without the intent to recheck on a server never sounds like a good idea... ^^
Add Comment