Hey, thank you for your reply.
I have checked the bundle ID and it is correct, do unity games require any addtional thing to add in the tweak.x file?
%hook Episode //class name that i got from the dummy dll files
-(bool)HasBoughtPremiumDecision { //method name
return true;
}
%end
This is what my tweak.x looks like for a unity game, other apps and games that i tried that are not built using unity work fine because i used flex for that to get the target class and method.
I can make the deb just fine, no errors, install it. Just when i run the game it looks like its just the original.
Do you have any tutorials on how to add a popup ?