Hi guys,
Items will be purchasable. How should I store them on a mobile cross-platform iOS/Android game? I might want to expand into other platforms in future.
Should I use Google Play Game Services on Android and Game Center on iOS? Then if e.g. user migrates from Android to iOS, he will lose his items and be upset.
Or should I make users register and store items on a custom server-side? This will probably get messy real quick and will require more hassle from the user to type two fields of data(so much, right?).
Just want to know your thoughts and ideas.