Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.

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