1 files added
6 files modified
| | |
| | | Pod::Spec.new do |s| |
| | | |
| | | s.name = 'WASdkIntf_CN' |
| | | s.version = '2.6.0' |
| | | s.version = '2.6.1' |
| | | s.summary = 'WASdkIntf_CN framework in testing environment.' |
| | | s.license = 'MIT' |
| | | s.author = { "Hank" => "hank.zhang@gamehollywood.com" } |
New file |
| | |
| | | # |
| | | # Be sure to run `pod spec lint WASdkIntf.podspec' to ensure this is a |
| | | # valid spec and to remove all comments including this before submitting the spec. |
| | | # |
| | | # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html |
| | | # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ |
| | | # |
| | | |
| | | Pod::Spec.new do |s| |
| | | |
| | | s.name = 'WASdkIntf_CN' |
| | | s.version = '2.6.1' |
| | | s.summary = 'WASdkIntf_CN framework in testing environment.' |
| | | s.license = 'MIT' |
| | | s.author = { "Hank" => "hank.zhang@gamehollywood.com" } |
| | | s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkIntf_CN.git' |
| | | s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkIntf_CN.git" , :tag => s.version} |
| | | s.platform = :ios |
| | | s.ios.deployment_target = "7.0" |
| | | s.vendored_frameworks = 'frameworks/WASdkIntf.framework' |
| | | s.resources = ['config/*.plist'] |
| | | s.requires_arc = true |
| | | end |
| | |
| | | WACodeCurrentIDNotMatch = -211 ,//当前平台账号跟当前WA UserId绑定的平台账号不一致,或者没有绑定该平台账号 |
| | | WACodeDeviceNotSupported = -401 ,//设备不支持 |
| | | WACodeNetworkUnavailable = -402 ,//网络不可用 |
| | | WACodePayReOrderTimeLimit = -509 //支付流程未完成或者在特定的时间内重复下订单 |
| | | WACodePayReOrderTimeLimit = -509 ,//支付流程未完成或者在特定的时间内重复下订单 |
| | | |
| | | WACodeDeleteAccountLimitLogin =4084, //账号删除中,禁止登录 |
| | | |
| | | |
| | | }WACode; |
| | | |
| | |
| | | // cp 使用 |
| | | @property int isGuestAccount; // 0 不是游客账号 1是游客账号 |
| | | |
| | | @property(copy,nonatomic)NSString *apply_delete_status;//申请删除账号状态 0-未申请删除; 1-已申请删除 |
| | | @property(copy,nonatomic)NSString *delete_date; //apply_delete_status=1时有值,返回时间戳。 |
| | | |
| | | |
| | | -(id)initWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; |
| | | +(id)loginResultWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; |
| | |
| | | extern NSString *const WAEventParameterNameOS;//系统 |
| | | extern NSString *const WAEventParameterNameResolution;//分辨率 |
| | | |
| | | |
| | | extern NSString *const WAEventParameterNameLoginPlatform ; |
| | | extern NSString *const WAEventParameterNamePuserId ; |
| | | |
| | | |
| | | extern NSString *const WAEventParameterNameOsign; |