I am curios to implement in app purchase but there for i have some questions. I have already seen this post that helped to setup google account and products. I have created two subscriptions on google app purchase which is monthly and yearly with 7 day free trial also. Please see below my doubts and questions.
- It seems i can get only one product at time with in app purchase 2 plugin
- I need to show subscription list manually and click on each subscription will get product details ?
- After purchase we need to store current subscription details on server side to maintain user current subscription ?
- When auto renewal happen then do i need to register web-hook in google/apple developer account to notify our server so we can extend expiry date ? and with out web-hook is possible then how can achieve that and what can be pros and cons ?
- What is basic idea to implement restore purchases if user login on second mobile with same google/apple account ?
Thanks, Your help will be appreciated.