I'm new to the implementation of Google's Billing library and using this system to make subscriptions inside my app. My question is I created a subscription in one device and i would like to access this subscription on another device. Is there any such facility available in Google billing library system to use the subscription in multiple devices?
For example: In iOS there is a Cloud concept so that subscription created on one device can be accessed on another device.
If so can you please suggest on how it can be implemented?