i have issue and not understand why this error appear after building app using ANE and instructions from this rep.
https://github.com/ChartBoost/air https://github.com/ChartBoost/air/blob/master/README.md
Chartboost AIR Plugin(3517): Your Chartboost app ID and app signature must be set in the Android manifest (using the AIR application descriptor file's tag). See the AIR plugin documentation for more details.
App ID and it value have been added in this format according to instruction and appears in manifest file:
meta-data android:name="__ChartboostAir__AppID" android:value="5373..." /> meta-data android:name="__ChartboostAir__AppSignature" android:value="4fc5d0..." />
But ANE doesn't recognise them. Can you advice something?