kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 78 forks source link

Can't show Unity Ads after using MachOfuscator #33

Closed linhmui closed 5 years ago

linhmui commented 5 years ago

Dear My game can't show Unity Ads after using MachOfuscator. Please give quick fix. Because i don't check it before submit to Apple Store, now when submit and run campaign to boost install, i got no revenue so check game again and see that. Hope you can fix only today Screenshot_1

Thanks

kam800 commented 5 years ago

I have added a new skip-symbols-from-sources option on this branch: https://github.com/kam800/MachObfuscator/tree/blacklisting-with-sources. You can use this option to blacklist all the UnityAds symbols. MachObfuscator -skip-symbols-from-sources /path/to/unity/ads/sources ...

linhmui commented 5 years ago

Thanks. I will be try now