34 lines
839 B
C
34 lines
839 B
C
#pragma once
|
|
|
|
//const char *SDK_SUCCESS = "1";
|
|
//const char *SDK_FAILED = "0";
|
|
//
|
|
//// 猕猴桃sdk参数
|
|
//const NSString *SDK_AppId = @"98ea7849bb70a99025dfc58b5f57762b";
|
|
//const NSString *SDK_ChannelId = @"MHT";
|
|
//
|
|
//// Flyer 参数
|
|
//const NSString *SDK_FlyerDevKey = @"ikX5vSJM9ELLcwSEDGHqUX";
|
|
//const NSString *SDK_FlyerAppId = @"1526261404";
|
|
//
|
|
//
|
|
////Adjust 初始化
|
|
//const NSString *SDK_ADJAppToken = @"h587d8fzky68";
|
|
///*
|
|
// @"production" 正式
|
|
// @"sandbox" 测试
|
|
//*/
|
|
//const NSString *SDK_ADJEnvironment = @"sandbox";
|
|
|
|
#define SDK_SUCCESS "1"
|
|
#define SDK_FAILED "0"
|
|
|
|
#define SDK_AppId @"98ea7849bb70a99025dfc58b5f57762b"
|
|
#define SDK_ChannelId @"MHT"
|
|
|
|
#define SDK_FlyerDevKey @"ikX5vSJM9ELLcwSEDGHqUX"
|
|
#define SDK_FlyerAppId @"1526261404"
|
|
|
|
#define SDK_ADJAppToken @"h587d8fzky68"
|
|
#define SDK_ADJEnvironment @"sandbox"
|