Problem... In App Purchase delete themselves when published app version is quitted !!
FuzzBuzz
Member, PRO Posts: 119
Hi everyone, so i've got this problem.
I received a comment on my app saying that my In App Purchase was deleted when ( the person who wrote the comment ) quit the app. So I bought my In App Purchase and tried it for myself and it really happens ! Why is this ? I've even made a save attribute so that once you've bought it, the app remembers because it loads the saved key.
Any help would be greatly appreciated cause my app is already live and i don't want to disappoint the users with a bad experience...
Thanks !
Comments
Have you tried restoring the in app purchase?
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Thanks for your reply !
Yeah it works, but if they quit the app ( not just leave the app ) it will reset itself as if they haven't bought anything...
Sounds like you're not saving or loading the attributes correctly. Are you absolutely sure you've done it correctly?
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
i think the answer is no
@FuzzBuzz
you're save/load attributes are not setup correctly, OR your not saving the table correctly (if you use tables)
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Really guys, trust me ! I've got a game out witch saves and loads a lot of attributes without any problem ! I've checked it plenty of time, they're only 3 attributes to save to save in this app... But I'll check again anyway.
@FuzzBuzz I found the save/load attribute behaviors not reliable. I would suggest to use Tables. Change table value - Save table value and on start load table value onto a game variable. Works 100%.
My Apps
https://itunes.apple.com/de/artist/david-zobrist/id733552276
https://play.google.com/store/apps/developer?id=David+Zobrist&hl=de
Ok great ! i'll definitely try that ! Thanks @BigDave
I agree that tables work awesome, but I've always found that save/load attributes bulletproof, and before tables I was loading 500+ attributes at runtime.
@fuzzbuzz, I would double check your save attribute rules when the in app purchase is triggered. it doesn't save automatically.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Still looking... Can you save a Boolean attribute ?