Home / Phonegap / iOS Monetization+Cross SDK / SDK integration

iOS Monetization+Cross

SDK integration

1. Add the support for iOS inside your PhoneGap project:

$ phonegap platform add ios

Note: This command line will create a folder “platform” and a subfolder “ios” inside your project.

2. Install the Tappx Plugin by executing the next command:

$ plugman install --platform ios --project //platforms/ios --plugin //

Important:

  • {project_route} -> Replace this macro for your project’s path.
  • {tappx_plugin_route} -> Replace this macro for the path where you saved the Tappx Plugin that you have downloaded.