Android error when leaving the app
I got multiple players encountering problems leaving my android version.
Seems to be connected to the in-app. The in-app is getting purchased(makes me money) and works for the player.
- Hard to quit the app, debug messages on leaving the app
Comments
@BigDave It seems like a callback issue or something http://stackoverflow.com/questions/14800192/illegalstateexception-activity-has-been-destroyed-when-getsupportfragmentman
@approw ok looks like something for the gamesalad masters to look at.
@dgackey
i had this one on index 3 i changed it also to 3 don't know if it has something to do with it but maybe its better to be clean there. (since i only have 1 entry = in-app)
Why not just use -1?
i assume that 1 to 1 is less effort then going 1 to -1, where it circles through all cells.
but maybe someone else can give more info to that.