Hi,
I have an instant app that I want to add google ads to.
The size limitation for instant apps is that the initial download size must not exceed 15 MB.
These are my numbers before adding google ads plugin for unity (13.68 arm64 / 13.16 armeabi)
Now, If I add the plugin, then the new sizes are (15.15 / 14.63)
This adds 1.47 MB to my build size, going above the 15 MB limit for arm 64. This is not acceptable and also I would like to have a little room for extra code from my side.
Is there a way to reduce the size that the google ads adds to my build size?
Thanks,
- Victor