Demo App
Demo App is a test application to demonstrate how to implement My2c2pSDK library.
Test With Your Merchant ID
To test with your merchant ID in demo app , you need to change following
- encrypt your private key using my2c2pEncode.
- Update your encrypted key in my2c2pConfig.m
static NSString* PRIVATE_KEY = @"PLEASE_PASTE_YOUR_ENCRYPTED_KEY";