Expand my Community achievements bar.

Need manually drag and drop .json file into XCode project. Cordova project

Avatar

Level 1
At plugin.xml add
Spoiler
<resource-file src="sdks/ADBMobileConfig.json" />
under the
Spoiler
Spoiler
<platform name="ios">
To avoid manually drag and drop the .json file into xcode project.
0 Replies