change IAP SKU using apktool

135 Views Asked by At

Due to the age of a project we are forced to use apktool to decompile and recompile a project. The app is free to download and uses IAP to unlock main feature.

The IAP was deleted by accident from the play console and now we need to change the SKU in the app itself. We replaced all instances we found after decompiling with apktool. But after recompiling, it still uses the old SKU...

Is that simply a security feature (to protect owners from IAP hacks) or how could we achieve the SKU change?

0

There are 0 best solutions below