lizhihui

更新190516版本1

Showing 72 changed files with 256 additions and 256 deletions
No preview for this file type
......@@ -7,8 +7,8 @@
objects = {
/* Begin PBXBuildFile section */
261A1D14228D3946008025AB /* Sakura.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 261A1D13228D3946008025AB /* Sakura.framework */; };
269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; };
26D78B0A22894C1300A5012D /* Puppets.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26D78B0922894C1300A5012D /* Puppets.framework */; };
845D18221C8D778400F27EB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 845D181B1C8D778400F27EB9 /* Images.xcassets */; };
846BD2241EE9342700E89A1D /* haibaoyouxi_config in Resources */ = {isa = PBXBuildFile; fileRef = 846BD21F1EE9342700E89A1D /* haibaoyouxi_config */; };
846BD2261EE9342700E89A1D /* SDKInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 846BD2231EE9342700E89A1D /* SDKInterface.m */; };
......@@ -59,8 +59,8 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
261A1D13228D3946008025AB /* Sakura.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sakura.framework; sourceTree = "<group>"; };
269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HaiBaoJuheSDK.framework; sourceTree = "<group>"; };
26D78B0922894C1300A5012D /* Puppets.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Puppets.framework; sourceTree = "<group>"; };
845D181B1C8D778400F27EB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = poolsdk_file/poolsdk/Images.xcassets; sourceTree = "<group>"; };
845D181C1C8D778400F27EB9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = poolsdk_file/poolsdk/Info.plist; sourceTree = "<group>"; };
846BD21F1EE9342700E89A1D /* haibaoyouxi_config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = haibaoyouxi_config; path = poolsdk_file/poolsdk/haibaoyouxi_config; sourceTree = "<group>"; };
......@@ -111,10 +111,10 @@
8484E5061EE7E24A00B402D1 /* CoreMotion.framework in Frameworks */,
8484E5021EE7E21F00B402D1 /* UIKit.framework in Frameworks */,
8484E50C1EE7E27100B402D1 /* CoreGraphics.framework in Frameworks */,
26D78B0A22894C1300A5012D /* Puppets.framework in Frameworks */,
8484E5081EE7E25600B402D1 /* CoreText.framework in Frameworks */,
8484E50E1EE7E28000B402D1 /* QuartzCore.framework in Frameworks */,
8484E5141EE7E2DE00B402D1 /* Foundation.framework in Frameworks */,
261A1D14228D3946008025AB /* Sakura.framework in Frameworks */,
8484E50A1EE7E26200B402D1 /* Security.framework in Frameworks */,
8484E5041EE7E24400B402D1 /* StoreKit.framework in Frameworks */,
8484E4FE1EE7E1F700B402D1 /* CoreTelephony.framework in Frameworks */,
......@@ -143,7 +143,7 @@
8476DF641C4DD71D00EC42BA /* poolsdk */ = {
isa = PBXGroup;
children = (
26D78B0922894C1300A5012D /* Puppets.framework */,
261A1D13228D3946008025AB /* Sakura.framework */,
84A090AC1F174E21003D23FB /* TrackingIO.h */,
84A090AA1F160A69003D23FB /* TrackingIO.a */,
846BD21F1EE9342700E89A1D /* haibaoyouxi_config */,
......
......@@ -15,11 +15,11 @@
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) PuppetsHaiBaoJuhereportOpen;
- (void) PuppetsHaiBaoJuhereportSDKOpen;
- (void)PuppetsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) SakuraHaiBaoJuhereportOpen;
- (void) SakuraHaiBaoJuhereportSDKOpen;
- (void)SakuraHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) PuppetsHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) SakuraHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void)PuppetsHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void)SakuraHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *serverId;//服务器ID
@property(nonatomic, strong)NSString *serverName;//服务器名称
......@@ -16,7 +16,7 @@
@property(nonatomic, strong)NSString *userId;//用户ID
@property(nonatomic, strong)NSString *timestamp;//时间戳
- (NSString *) PuppetsHaiBaoJuheGetTsign ;
- (NSString *) PuppetsHaiBaoJuheGetTimestamp ;
- (NSString *) SakuraHaiBaoJuheGetTsign ;
- (NSString *) SakuraHaiBaoJuheGetTimestamp ;
@end
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// PuppetsHaiBaoJuheReportInfo.h
// SakuraHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
......@@ -10,7 +10,7 @@
@property(nonatomic, strong)NSString *urlSchemes;
@property(strong) NSMutableArray* PuppetsList;
@property(strong) NSMutableArray* SakuraList;
@property BOOL isAppleGzyazfing;
......
......@@ -4,7 +4,7 @@
@interface HaiBaoJuheUtils : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *)PuppetsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *)SakuraHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)createGzyazfUrl;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl : NSObject
@interface SakuraControl : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl1 : NSObject
@interface SakuraControl1 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl2 : NSObject
@interface SakuraControl2 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl3 : NSObject
@interface SakuraControl3 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl4 : NSObject
@interface SakuraControl4 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface PuppetsHaiBaoJuheBaseModel : NSObject
@interface SakuraHaiBaoJuheBaseModel : NSObject
- (NSString *)PuppetsHaiBaoJuheObjectToJsonString;
- (NSString *)SakuraHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface PuppetsHaiBaoJuheDGLogger : NSObject
@interface SakuraHaiBaoJuheDGLogger : NSObject
+ (void)showLog:(NSString *)fmt,...;
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface PuppetsAllManager : NSObject
{
NSString* PuppetsAPPID_;
NSString* PuppetsAPPKEY_;
NSString* PuppetsInviterCode_;
}
@property bool PuppetsGeiWoHuaQianBa;
+ (PuppetsAllManager *)PuppetsInstance;
- (void)PuppetsChuShiHua;
- (void)PuppetsDengLu:(NSString *)PuppetsAPPID : (NSString *)PuppetsAPPKEY : (UIViewController *)controller;
- (void)PuppetsYangShi:(NSString*)PuppetsLeiXing;
- (void)PuppetsQuery: (NSString *)PuppetsFuWuQiID : (NSString *)PuppetsNickName : (NSNumber *)PuppetsAmount : (NSString *)PuppetsCallBack : (UIViewController *)controller : (NSString *)PuppetsServerName;
- (void)PuppetsQueryOperation:(UIViewController*)controll PuppetsHuoWuID:(NSString*)products PuppetsJiaGe:(NSString*)amount PuppetsHuoWuMing:(NSString*)productName PuppetsDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
extern NSString * const PuppetsExitNotification;
extern NSString * const PuppetsLoginNotification;
extern NSString * const PuppetsErrorNotification;
@interface PuppetsHuiTiaoNotification : NSObject
@end
#import <UIKit/UIKit.h>
@interface PuppetsIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* PuppetsDingDanHao;
@property(nonatomic,strong) NSDictionary* PuppetsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* PuppetsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *PuppetsHuoWuLieBiaoView;
- (void)PuppetsHuaQianView:(UIViewController*)controller PuppetsHuoWuD:(NSString*)products PuppetsQian:(NSString*)amount PuppetsHuoWuMing:(NSString*)productName PuppetsDingDanHao:(NSString*)DingDanHao;
@end
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface SakuraAllManager : NSObject
{
NSString* SakuraAPPID_;
NSString* SakuraAPPKEY_;
NSString* SakuraInviterCode_;
}
@property bool SakuraGeiWoHuaQianBa;
+ (SakuraAllManager *)SakuraInstance;
- (void)SakuraChuShiHua;
- (void)SakuraDengLu:(NSString *)SakuraAPPID : (NSString *)SakuraAPPKEY : (UIViewController *)controller;
- (void)SakuraYangShi:(NSString*)SakuraLeiXing;
- (void)SakuraQuery: (NSString *)SakuraFuWuQiID : (NSString *)SakuraNickName : (NSNumber *)SakuraAmount : (NSString *)SakuraCallBack : (UIViewController *)controller : (NSString *)SakuraServerName;
- (void)SakuraQueryOperation:(UIViewController*)controll SakuraHuoWuID:(NSString*)products SakuraJiaGe:(NSString*)amount SakuraHuoWuMing:(NSString*)productName SakuraDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
extern NSString * const SakuraExitNotification;
extern NSString * const SakuraLoginNotification;
extern NSString * const SakuraErrorNotification;
@interface SakuraHuiTiaoNotification : NSObject
@end
#import <UIKit/UIKit.h>
@interface SakuraIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SakuraDingDanHao;
@property(nonatomic,strong) NSDictionary* SakuraHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SakuraHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SakuraHuoWuLieBiaoView;
- (void)SakuraHuaQianView:(UIViewController*)controller SakuraHuoWuD:(NSString*)products SakuraQian:(NSString*)amount SakuraHuoWuMing:(NSString*)productName SakuraDingDanHao:(NSString*)DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface PuppetsInformation : NSObject
@interface SakuraInformation : NSObject
{
//
NSString *openId;
......@@ -12,5 +12,5 @@ NSString *timestamp;
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
+ (PuppetsInformation *)getInstance;
+ (SakuraInformation *)getInstance;
@end
......
#import <Foundation/Foundation.h>
@interface PuppetsInformationJM : NSObject
@interface SakuraInformationJM : NSObject
+(NSString *)PuppetsJM:(NSString *)jm;
+(NSString *)SakuraJM:(NSString *)jm;
@end
......
#import <UIKit/UIKit.h>
@interface PuppetsLocation : NSObject
@interface SakuraLocation : NSObject
+ (NSString *)PuppetsSKCloudServiceSetupOptionsKey;
+ (NSString *)SakuraSKCloudServiceSetupOptionsKey;
@end
......
#import <UIKit/UIKit.h>
#import "PuppetsInformation.h"
#import "SakuraInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface PuppetsMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
@interface SakuraMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webPuppetsView_;
UIWebView *webSakuraView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL PuppetsYouYuanJiao;
@property(assign) BOOL SakuraYouYuanJiao;
- (void)PuppetsSettingPuppetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)PuppetsInitWebView;
- (void)SakuraSettingSakuraView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)SakuraInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
......
#include "SDKInterface.h"
#import <UIKit/UIKit.h>
#import "Puppets/PuppetsAllManager.h"
#import "Puppets/PuppetsHuiTiaoNotification.h"
#import "Puppets/PuppetsInformation.h"
#import "Sakura/SakuraAllManager.h"
#import "Sakura/SakuraHuiTiaoNotification.h"
#import "Sakura/SakuraInformation.h"
#import "TrackingIO.h"
@implementation SDKInterface : Interface
int mExchange;
NSString *PuppetsAppId;
NSString *PuppetsAppKey;
NSString *PuppetsLeakOrderUrl;
NSString *SakuraAppId;
NSString *SakuraAppKey;
NSString *SakuraLeakOrderUrl;
- (void)SDKinit:(UIViewController *) control
{
......@@ -20,10 +20,10 @@ NSString *PuppetsLeakOrderUrl;
[super SDKinit:control];
[HaiBaoJuheConfig getInstance];
[[PuppetsAllManager PuppetsInstance]PuppetsChuShiHua];
[[PuppetsAllManager PuppetsInstance]PuppetsYangShi:@"sdk4"];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:PuppetsLoginNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"PuppetsToolCallBack" object:nil];
[[SakuraAllManager SakuraInstance]SakuraChuShiHua];
[[SakuraAllManager SakuraInstance]SakuraYangShi:@"sdk4"];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:SakuraLoginNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"SakuraToolCallBack" object:nil];
[[HaiBaoJuheChecker getInstance] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil];
......@@ -40,9 +40,9 @@ NSString *PuppetsLeakOrderUrl;
- (void)SDKloginSDK
{
//APPID APPKEY
PuppetsAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"];
PuppetsAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"];
[[PuppetsAllManager PuppetsInstance]PuppetsDengLu:PuppetsAppId :PuppetsAppKey :self.controller];
SakuraAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"];
SakuraAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"];
[[SakuraAllManager SakuraInstance]SakuraDengLu:SakuraAppId :SakuraAppKey :self.controller];
}
......@@ -53,9 +53,9 @@ NSString *PuppetsLeakOrderUrl;
{
NSLog(@"loginchek");
HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc];
loginInfo.openId = [[PuppetsInformation getInstance]openId];
loginInfo.sign = [[PuppetsInformation getInstance] token];
loginInfo.timestamp = [[PuppetsInformation getInstance] timestamp];
loginInfo.openId = [[SakuraInformation getInstance]openId];
loginInfo.sign = [[SakuraInformation getInstance] token];
loginInfo.timestamp = [[SakuraInformation getInstance] timestamp];
dispatch_async(dispatch_get_global_queue(0, 0), ^{
[[HaiBaoJuheChecker getInstance] startCheck:loginInfo];
......@@ -82,7 +82,7 @@ NSString *PuppetsLeakOrderUrl;
- (void)HCKAssetsToolCallBack:(NSNotification *)notification
{
NSDictionary* payResultDic = notification.object;
NSString* receiptStr = [payResultDic objectForKey:@"PuppetsToolResult"];
NSString* receiptStr = [payResultDic objectForKey:@"SakuraToolResult"];
NSString* queryId = [payResultDic objectForKey:@"query_id"];
//收到回调,保存queryid和data
......@@ -101,7 +101,7 @@ NSString *PuppetsLeakOrderUrl;
[userDefaults setObject:receiptStr forKey:queryId];
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
NSString* result = [[NetCenter getInstance] httpPostSyn:PuppetsLeakOrderUrl :receiptDic];
NSString* result = [[NetCenter getInstance] httpPostSyn:SakuraLeakOrderUrl :receiptDic];
if([@"success" isEqualToString:result]){//确认订单成功
//删除已保存的
......@@ -121,11 +121,11 @@ NSString *PuppetsLeakOrderUrl;
NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"];
PuppetsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
SakuraLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
[HaiBaoJuheUtils createGzyazfUrl],
[payInfo userId],
[payInfo playerId]];
[userDefaults setObject:PuppetsLeakOrderUrl forKey:@"lastPuppetsLeakOrderUrl"];
[userDefaults setObject:SakuraLeakOrderUrl forKey:@"lastSakuraLeakOrderUrl"];
if (lastqueryid!=nil) {
//创建订单前进行补单
......@@ -135,7 +135,7 @@ NSString *PuppetsLeakOrderUrl;
receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
//如果不为空,进行最后一次补单
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil];
NSString* result = [[NetCenter getInstance] httpPostSyn:PuppetsLeakOrderUrl :receiptDic];
NSString* result = [[NetCenter getInstance] httpPostSyn:SakuraLeakOrderUrl :receiptDic];
if([@"success" isEqualToString:result]){//确认订单成功
//删除已保存的
[userDefaults removeObjectForKey:@"lastqueryid"];
......@@ -145,7 +145,7 @@ NSString *PuppetsLeakOrderUrl;
mExchange = [payInfo exchange].intValue;
[super SDKgzyazfWithGzyazfmentInfo:payInfo];
PuppetsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
SakuraLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
[HaiBaoJuheUtils createGzyazfUrl],
[payInfo userId],
[payInfo playerId]];
......@@ -212,10 +212,10 @@ NSString *PuppetsLeakOrderUrl;
for (NSString* queryId in queryIdArray) {
NSString* receiptStr = [userDefaults valueForKey:queryId];
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
NSString* lastPuppetsLeakOrderUrl = [userDefaults objectForKey:@"lastPuppetsLeakOrderUrl"];
NSString* lastSakuraLeakOrderUrl = [userDefaults objectForKey:@"lastSakuraLeakOrderUrl"];
NSString* result;
if (lastPuppetsLeakOrderUrl!=nil) {
result = [[NetCenter getInstance] httpPostSyn:lastPuppetsLeakOrderUrl :receiptDic];
if (lastSakuraLeakOrderUrl!=nil) {
result = [[NetCenter getInstance] httpPostSyn:lastSakuraLeakOrderUrl :receiptDic];
}else{
result = [[NetCenter getInstance] httpPostSyn:[HaiBaoJuheUtils createGzyazfUrl] :receiptDic];
}
......@@ -253,14 +253,14 @@ NSString *PuppetsLeakOrderUrl;
NSString *other = [payInfo other];
if (other && [other length] > 0) {
[[PuppetsAllManager PuppetsInstance] PuppetsQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
[[SakuraAllManager SakuraInstance] SakuraQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
}else{
NSString* products = [payInfo products];
//保存订单号到本地
NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
[userDefaults setObject:queryId forKey:@"lastqueryid"];
[userDefaults synchronize];
[[PuppetsAllManager PuppetsInstance] PuppetsQueryOperation:self.controller PuppetsHuoWuID:products PuppetsJiaGe:[payInfo postAmount] PuppetsHuoWuMing:[payInfo productName] PuppetsDingDanHao:queryId];
[[SakuraAllManager SakuraInstance] SakuraQueryOperation:self.controller SakuraHuoWuID:products SakuraJiaGe:[payInfo postAmount] SakuraHuoWuMing:[payInfo productName] SakuraDingDanHao:queryId];
}
}
......
......@@ -10,8 +10,8 @@
7、``` 所有接口PoolSdk 替换成 HaiBaoJuheSDK(如不理解可以参考demo或者详细文档) ``` <br>
## 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年05月13日版本2<br>
## 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年05月16日版本1<br>
1、``` 删除poolsdk_file文件夹中原来framework ``` <br>
2、``` 引入poolsdk_file文件夹中Puppets.framework ``` <br>
2、``` 引入poolsdk_file文件夹中Sakura.framework ``` <br>
3、``` 替换SDKInterface.m文件 ``` <br>
4、``` 替换HaiBaoJuheSDK.framework ``` <br>
\ No newline at end of file
......
......@@ -15,11 +15,11 @@
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) PuppetsHaiBaoJuhereportOpen;
- (void) PuppetsHaiBaoJuhereportSDKOpen;
- (void)PuppetsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) SakuraHaiBaoJuhereportOpen;
- (void) SakuraHaiBaoJuhereportSDKOpen;
- (void)SakuraHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) PuppetsHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) SakuraHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void)PuppetsHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void)SakuraHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *serverId;//服务器ID
@property(nonatomic, strong)NSString *serverName;//服务器名称
......@@ -16,7 +16,7 @@
@property(nonatomic, strong)NSString *userId;//用户ID
@property(nonatomic, strong)NSString *timestamp;//时间戳
- (NSString *) PuppetsHaiBaoJuheGetTsign ;
- (NSString *) PuppetsHaiBaoJuheGetTimestamp ;
- (NSString *) SakuraHaiBaoJuheGetTsign ;
- (NSString *) SakuraHaiBaoJuheGetTimestamp ;
@end
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// PuppetsHaiBaoJuheReportInfo.h
// SakuraHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/PuppetsHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : PuppetsHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/SakuraHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : SakuraHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
......@@ -10,7 +10,7 @@
@property(nonatomic, strong)NSString *urlSchemes;
@property(strong) NSMutableArray* PuppetsList;
@property(strong) NSMutableArray* SakuraList;
@property BOOL isAppleGzyazfing;
......
......@@ -4,7 +4,7 @@
@interface HaiBaoJuheUtils : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *)PuppetsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *)SakuraHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)createGzyazfUrl;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl : NSObject
@interface SakuraControl : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl1 : NSObject
@interface SakuraControl1 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl2 : NSObject
@interface SakuraControl2 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl3 : NSObject
@interface SakuraControl3 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface PuppetsControl4 : NSObject
@interface SakuraControl4 : NSObject
- (void)initPuppetsInstance;
- (void)initSakuraInstance;
- (void)PuppetsStartGo;
- (void)SakuraStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface PuppetsHaiBaoJuheBaseModel : NSObject
@interface SakuraHaiBaoJuheBaseModel : NSObject
- (NSString *)PuppetsHaiBaoJuheObjectToJsonString;
- (NSString *)SakuraHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface PuppetsHaiBaoJuheDGLogger : NSObject
@interface SakuraHaiBaoJuheDGLogger : NSObject
+ (void)showLog:(NSString *)fmt,...;
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface PuppetsAllManager : NSObject
{
NSString* PuppetsAPPID_;
NSString* PuppetsAPPKEY_;
NSString* PuppetsInviterCode_;
}
@property bool PuppetsGeiWoHuaQianBa;
+ (PuppetsAllManager *)PuppetsInstance;
- (void)PuppetsChuShiHua;
- (void)PuppetsDengLu:(NSString *)PuppetsAPPID : (NSString *)PuppetsAPPKEY : (UIViewController *)controller;
- (void)PuppetsYangShi:(NSString*)PuppetsLeiXing;
- (void)PuppetsQuery: (NSString *)PuppetsFuWuQiID : (NSString *)PuppetsNickName : (NSNumber *)PuppetsAmount : (NSString *)PuppetsCallBack : (UIViewController *)controller : (NSString *)PuppetsServerName;
- (void)PuppetsQueryOperation:(UIViewController*)controll PuppetsHuoWuID:(NSString*)products PuppetsJiaGe:(NSString*)amount PuppetsHuoWuMing:(NSString*)productName PuppetsDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
extern NSString * const PuppetsExitNotification;
extern NSString * const PuppetsLoginNotification;
extern NSString * const PuppetsErrorNotification;
@interface PuppetsHuiTiaoNotification : NSObject
@end
#import <UIKit/UIKit.h>
@interface PuppetsIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* PuppetsDingDanHao;
@property(nonatomic,strong) NSDictionary* PuppetsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* PuppetsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *PuppetsHuoWuLieBiaoView;
- (void)PuppetsHuaQianView:(UIViewController*)controller PuppetsHuoWuD:(NSString*)products PuppetsQian:(NSString*)amount PuppetsHuoWuMing:(NSString*)productName PuppetsDingDanHao:(NSString*)DingDanHao;
@end
#include "SDKInterface.h"
#import <UIKit/UIKit.h>
#import "Puppets/PuppetsAllManager.h"
#import "Puppets/PuppetsHuiTiaoNotification.h"
#import "Puppets/PuppetsInformation.h"
#import "Sakura/SakuraAllManager.h"
#import "Sakura/SakuraHuiTiaoNotification.h"
#import "Sakura/SakuraInformation.h"
#import "TrackingIO.h"
@implementation SDKInterface : Interface
int mExchange;
NSString *PuppetsAppId;
NSString *PuppetsAppKey;
NSString *PuppetsLeakOrderUrl;
NSString *SakuraAppId;
NSString *SakuraAppKey;
NSString *SakuraLeakOrderUrl;
- (void)SDKinit:(UIViewController *) control
{
......@@ -20,10 +20,10 @@ NSString *PuppetsLeakOrderUrl;
[super SDKinit:control];
[HaiBaoJuheConfig getInstance];
[[PuppetsAllManager PuppetsInstance]PuppetsChuShiHua];
[[PuppetsAllManager PuppetsInstance]PuppetsYangShi:@"sdk4"];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:PuppetsLoginNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"PuppetsToolCallBack" object:nil];
[[SakuraAllManager SakuraInstance]SakuraChuShiHua];
[[SakuraAllManager SakuraInstance]SakuraYangShi:@"sdk4"];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:SakuraLoginNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"SakuraToolCallBack" object:nil];
[[HaiBaoJuheChecker getInstance] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil];
......@@ -40,9 +40,9 @@ NSString *PuppetsLeakOrderUrl;
- (void)SDKloginSDK
{
//APPID APPKEY
PuppetsAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"];
PuppetsAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"];
[[PuppetsAllManager PuppetsInstance]PuppetsDengLu:PuppetsAppId :PuppetsAppKey :self.controller];
SakuraAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"];
SakuraAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"];
[[SakuraAllManager SakuraInstance]SakuraDengLu:SakuraAppId :SakuraAppKey :self.controller];
}
......@@ -53,9 +53,9 @@ NSString *PuppetsLeakOrderUrl;
{
NSLog(@"loginchek");
HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc];
loginInfo.openId = [[PuppetsInformation getInstance]openId];
loginInfo.sign = [[PuppetsInformation getInstance] token];
loginInfo.timestamp = [[PuppetsInformation getInstance] timestamp];
loginInfo.openId = [[SakuraInformation getInstance]openId];
loginInfo.sign = [[SakuraInformation getInstance] token];
loginInfo.timestamp = [[SakuraInformation getInstance] timestamp];
dispatch_async(dispatch_get_global_queue(0, 0), ^{
[[HaiBaoJuheChecker getInstance] startCheck:loginInfo];
......@@ -82,7 +82,7 @@ NSString *PuppetsLeakOrderUrl;
- (void)HCKAssetsToolCallBack:(NSNotification *)notification
{
NSDictionary* payResultDic = notification.object;
NSString* receiptStr = [payResultDic objectForKey:@"PuppetsToolResult"];
NSString* receiptStr = [payResultDic objectForKey:@"SakuraToolResult"];
NSString* queryId = [payResultDic objectForKey:@"query_id"];
//收到回调,保存queryid和data
......@@ -101,7 +101,7 @@ NSString *PuppetsLeakOrderUrl;
[userDefaults setObject:receiptStr forKey:queryId];
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
NSString* result = [[NetCenter getInstance] httpPostSyn:PuppetsLeakOrderUrl :receiptDic];
NSString* result = [[NetCenter getInstance] httpPostSyn:SakuraLeakOrderUrl :receiptDic];
if([@"success" isEqualToString:result]){//确认订单成功
//删除已保存的
......@@ -121,11 +121,11 @@ NSString *PuppetsLeakOrderUrl;
NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"];
PuppetsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
SakuraLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
[HaiBaoJuheUtils createGzyazfUrl],
[payInfo userId],
[payInfo playerId]];
[userDefaults setObject:PuppetsLeakOrderUrl forKey:@"lastPuppetsLeakOrderUrl"];
[userDefaults setObject:SakuraLeakOrderUrl forKey:@"lastSakuraLeakOrderUrl"];
if (lastqueryid!=nil) {
//创建订单前进行补单
......@@ -135,7 +135,7 @@ NSString *PuppetsLeakOrderUrl;
receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
//如果不为空,进行最后一次补单
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil];
NSString* result = [[NetCenter getInstance] httpPostSyn:PuppetsLeakOrderUrl :receiptDic];
NSString* result = [[NetCenter getInstance] httpPostSyn:SakuraLeakOrderUrl :receiptDic];
if([@"success" isEqualToString:result]){//确认订单成功
//删除已保存的
[userDefaults removeObjectForKey:@"lastqueryid"];
......@@ -145,7 +145,7 @@ NSString *PuppetsLeakOrderUrl;
mExchange = [payInfo exchange].intValue;
[super SDKgzyazfWithGzyazfmentInfo:payInfo];
PuppetsLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
SakuraLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@",
[HaiBaoJuheUtils createGzyazfUrl],
[payInfo userId],
[payInfo playerId]];
......@@ -212,10 +212,10 @@ NSString *PuppetsLeakOrderUrl;
for (NSString* queryId in queryIdArray) {
NSString* receiptStr = [userDefaults valueForKey:queryId];
NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil];
NSString* lastPuppetsLeakOrderUrl = [userDefaults objectForKey:@"lastPuppetsLeakOrderUrl"];
NSString* lastSakuraLeakOrderUrl = [userDefaults objectForKey:@"lastSakuraLeakOrderUrl"];
NSString* result;
if (lastPuppetsLeakOrderUrl!=nil) {
result = [[NetCenter getInstance] httpPostSyn:lastPuppetsLeakOrderUrl :receiptDic];
if (lastSakuraLeakOrderUrl!=nil) {
result = [[NetCenter getInstance] httpPostSyn:lastSakuraLeakOrderUrl :receiptDic];
}else{
result = [[NetCenter getInstance] httpPostSyn:[HaiBaoJuheUtils createGzyazfUrl] :receiptDic];
}
......@@ -253,14 +253,14 @@ NSString *PuppetsLeakOrderUrl;
NSString *other = [payInfo other];
if (other && [other length] > 0) {
[[PuppetsAllManager PuppetsInstance] PuppetsQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
[[SakuraAllManager SakuraInstance] SakuraQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]];
}else{
NSString* products = [payInfo products];
//保存订单号到本地
NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults];
[userDefaults setObject:queryId forKey:@"lastqueryid"];
[userDefaults synchronize];
[[PuppetsAllManager PuppetsInstance] PuppetsQueryOperation:self.controller PuppetsHuoWuID:products PuppetsJiaGe:[payInfo postAmount] PuppetsHuoWuMing:[payInfo productName] PuppetsDingDanHao:queryId];
[[SakuraAllManager SakuraInstance] SakuraQueryOperation:self.controller SakuraHuoWuID:products SakuraJiaGe:[payInfo postAmount] SakuraHuoWuMing:[payInfo productName] SakuraDingDanHao:queryId];
}
}
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface SakuraAllManager : NSObject
{
NSString* SakuraAPPID_;
NSString* SakuraAPPKEY_;
NSString* SakuraInviterCode_;
}
@property bool SakuraGeiWoHuaQianBa;
+ (SakuraAllManager *)SakuraInstance;
- (void)SakuraChuShiHua;
- (void)SakuraDengLu:(NSString *)SakuraAPPID : (NSString *)SakuraAPPKEY : (UIViewController *)controller;
- (void)SakuraYangShi:(NSString*)SakuraLeiXing;
- (void)SakuraQuery: (NSString *)SakuraFuWuQiID : (NSString *)SakuraNickName : (NSNumber *)SakuraAmount : (NSString *)SakuraCallBack : (UIViewController *)controller : (NSString *)SakuraServerName;
- (void)SakuraQueryOperation:(UIViewController*)controll SakuraHuoWuID:(NSString*)products SakuraJiaGe:(NSString*)amount SakuraHuoWuMing:(NSString*)productName SakuraDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
extern NSString * const SakuraExitNotification;
extern NSString * const SakuraLoginNotification;
extern NSString * const SakuraErrorNotification;
@interface SakuraHuiTiaoNotification : NSObject
@end
#import <UIKit/UIKit.h>
@interface SakuraIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* SakuraDingDanHao;
@property(nonatomic,strong) NSDictionary* SakuraHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* SakuraHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *SakuraHuoWuLieBiaoView;
- (void)SakuraHuaQianView:(UIViewController*)controller SakuraHuoWuD:(NSString*)products SakuraQian:(NSString*)amount SakuraHuoWuMing:(NSString*)productName SakuraDingDanHao:(NSString*)DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface PuppetsInformation : NSObject
@interface SakuraInformation : NSObject
{
//
NSString *openId;
......@@ -12,5 +12,5 @@ NSString *timestamp;
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
+ (PuppetsInformation *)getInstance;
+ (SakuraInformation *)getInstance;
@end
......
#import <Foundation/Foundation.h>
@interface PuppetsInformationJM : NSObject
@interface SakuraInformationJM : NSObject
+(NSString *)PuppetsJM:(NSString *)jm;
+(NSString *)SakuraJM:(NSString *)jm;
@end
......
#import <UIKit/UIKit.h>
@interface PuppetsLocation : NSObject
@interface SakuraLocation : NSObject
+ (NSString *)PuppetsSKCloudServiceSetupOptionsKey;
+ (NSString *)SakuraSKCloudServiceSetupOptionsKey;
@end
......
#import <UIKit/UIKit.h>
#import "PuppetsInformation.h"
#import "SakuraInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface PuppetsMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
@interface SakuraMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webPuppetsView_;
UIWebView *webSakuraView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL PuppetsYouYuanJiao;
@property(assign) BOOL SakuraYouYuanJiao;
- (void)PuppetsSettingPuppetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)PuppetsInitWebView;
- (void)SakuraSettingSakuraView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)SakuraInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
......