clevercommute
Forum Replies Created
-
Not the answer I want, but I do appreciate the reply
Thanks for the prompt reply. Any suggestions for me for a solution?
thanks…you are indeed helping.
If I think about an andriod product, I think the components are all there.
For example:
The Google Payments API (v3) has a lightweight call that my app can make which tells me if the user has a valid subscription to my premium service.
To keep thing simple, I’d likely use PhoneGap to make that (non Java) call.
So “so far…so good” (if the above is true)The part that gets tricky is “identity” / user management.
remember: my users will have a userid/login for my app (as well as a record on my “users” table in my database).
Are you saying that they ALSO need to have some kind of WP user id and password? As you can imagine…users will not like or understand that concept.
Now, if I can do some kind of stub for each user in PaidMembershipPro….and continue to use my existing “users” table…then we may be on to something here.
Thoughts?Also: Assuming I use in-app purchase from the app stores. Are there reference apps which “convert” a member to “paid” based on their in-app purchase?