Setting up a new Application
Applications are the central element that all of VouchrSDK’s options are built around. Each application may have it’s own configuration properties, payments and custom content. To set up your first application, 2 things must be configured
Application Properties
You may set up one or several applications. Each application will have it’s own set of properties, keys and content
- go to https://www.vouchrsdk.com/dashboard/applications/add
- supply a name, tag (short name to be used in urls, etc) and description of your app
- make sure your company name is specified in the ‘Partner’ section
- select ‘add’
Application Keys
Application Keys are used to configure access to our sdks. You may configure 1 application key per application in a simple configuration, or several if you want to be able to identify different clients for the same application uniquely
- go to https://www.vouchrsdk.com/dashboard/applications/keys
- enter a description for your application and click ‘add’
- an api key will be configured
Use https://api.vouchrsdk.com/ as the VOUCHR_BASE_URL and the configured api key as SDK_ID when configuring your IOS or Android project