cillierscharl
cillierscharl

Reputation: 7117

Get List of all In-App consumable purchases

Hoping someone has some advice; currently I am storing consumable in app purchase state by using flags in

IsolatedStorageSettings.ApplicationSettings

This works fine but whenever a phone soft reset is done the flags are reset - what is the suggested way of tracking consumable in-app purchases across phone resets / phone changes?

Is there a way of now after the fact getting the list of consumables purchased in the past?

Upvotes: 2

Views: 84

Answers (1)

Metehan Toksoy
Metehan Toksoy

Reputation: 1935

You can use Windows Azure Database or Mobile Service or use free database service to keep user's purchase. On phone, you can not stop the deletion. You must use database or Mobile Services on a cloud.

Upvotes: 1

Related Questions