reverse engineering

hello all,

i wanna ad IAP to my mobile game and i wanna save the purchase result on my server not as PlayerPrefs, because its easy to modify.

but now i wonder is it possible for someone to reverse engineer my apk file and got my c# script ??

i saw video showing hot to get game script and edit it but those for pc build game not mobile.

does anyone know if it possible, or do you have a better idea for validate purchase ?

If you validate purchases on the server this is a non-issue.

but i’m afraid they could get login or ip info from the code

You can get the IP info with any rudimentary network peek and there are loads of login authentication services you can use to get around this. This is literally what stuff like OAuth is designed for.

1 Like