Skip to main content

iOS Native - Getting started

Installation

Before you start developing your application with WemapSDKs, you need to configure your credentials and add the SDK as a dependency.

Configure credentials

Wemap provides WemapSDKs via CocoaPods, and you will need to obtain secret and access keys along with the region to access it. For additional information, please contact Wemap team.

Once you have the credentials, specify AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION in your environment or provide them directly in the shell command as shown below:

AWS_ACCESS_KEY_ID=*** \
AWS_SECRET_ACCESS_KEY=*** \
AWS_REGION=*** \
bundle exec pod install --repo-update

Examples

For additional examples and sample implementations of WemapSDKs, visit the official GitHub repository.

Clone the repository and follow the README instructions to run the sample application.