Question
Where to save flag for in app purchase?
I have read that the new IOS Data Storage Guidelines can result in an app being rejected if the data is not stored correctly in the right location.
My app includes an in app purchase and I was going to save a flag to record if the in app purchase has been purchased using a Shared Object.
I believe this is no longer allowed and I need to use the File.applicationStorageDirectory API
I therefore could do with advice on where to save the Flag.
Thanks in advance
