Hi boys,
after i launched "Hack Online" i discovered that much users buy in app purchase for free.
There is a control you need to add, even if this don't solve all.
Who have the jailbreak and know the procedure to change the DNS on the device can point to a Russian server that give you the certificate to complete the payement.
Anyway don't do it, cause your Credit Card data goes to the Russian Hackers, so be very carefull.
Anyway this is the code to delete the payments when the app return from the background:
CORE.M
- (void)applicationWillEnterForeground:(UIApplication *)application
{
agk::Resumed();
//Check previous payments
for (SKPaymentTransaction *transaction in [[SKPaymentQueue defaultQueue] transactions]){
[[SKPaymentQueue defaultQueue] finishTransaction:transaction];
}
}
I think i will delete in app purchase from my free games, as if you have a paid game, you already earn something.
EDIT : if someone of you know a fix or a link that explain how to fix please notice it to us!!!
Long life to Steve!