When warning #32 is issued, is code from the library still included in the compiled APK, or is it evicted?
I know I can solve by deselecting the library, but since different build configurations of my app use different libraries, ticking the library on or off at each build is a less than ideal solution
actually I’ve found an instance when I have to worry about.
the B4i version of the app had the iCamera library selected and Apple review process complained that there was code to access the camera without a permission declaration.
the B4i version of the app had the iCamera library selected and Apple review process complained that there was code to access the camera without a permission declaration.