Jump to content

IAP Crack


Go to solution Solved by castix,

3 posts in this topic

Recommended Posts

Posted

 Hi guys,

                Today I am here due to the fact that help is require. In what, well i cant get to crack the app's iap... this app is not sever sided the name is All White. I chose it because no else has requested or attemted to hack it... I tried flex but im too new to using it and was unable to hack the item i wanted so i now need your help...if you know how to hack the a game's iap to let local appstore or iap crack hack it.  ^_^

 

Posted

Search in Flex for something like

 

"Transaction" or "Purchase"

 

Ex:

 

-(BOOL)doTransactionDetailsMatchPurchaseInfo 

 

Return it to true and try LocalIAPStore on it. :)

  • Solution
Posted

 

Main function

%hook SKPaymentTransaction
- (int)transactionState {
return 1;
}
Some things I tested to multiply the currency (maximum of 3)

%hook ISOperation
- (BOOL)success {
return true;
}
%hook ISProtocolDataProvider
- (BOOL) shouldProcessAccount {
return true;
}
%hook SUPurchaseManager
- (BOOL)_needsAuthenticationForPurchases:(id)fp8 {
return false(nil);
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines