Showing
34 changed files
with
120 additions
and
120 deletions
No preview for this file type
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface AphelionIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* AphelionDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* AphelionHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* AphelionHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *AphelionHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)AphelionHuaQianView:(UIViewController*)controller AphelionHuoWuD:(NSString*)products AphelionQian:(NSString*)amount AphelionHuoWuMing:(NSString*)productName AphelionDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface AphelionAllManager : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* AphelionCKAPPID_; | ||
| 7 | - NSString* AphelionCKAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* AphelionInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property bool AphelionGeiWoHuaQianBa; | ||
| 13 | - | ||
| 14 | -+ (AphelionAllManager *)AphelionInstance; | ||
| 15 | - | ||
| 16 | -- (void)AphelionChuShiHua; | ||
| 17 | - | ||
| 18 | -- (void)AphelionDengLu:(NSString *)AphelionCKAPPID : (NSString *)AphelionCKAPPKEY : (UIViewController *)controller; | ||
| 19 | - | ||
| 20 | -- (void)AphelionYangShi:(NSString*)AphelionLeiXing; | ||
| 21 | - | ||
| 22 | -- (void)AphelionCKQuery: (NSString *)AphelionFuWuQiID : (NSString *)AphelionNickName : (NSNumber *)AphelionAmount : (NSString *)AphelionCallBack : (UIViewController *)controller : (NSString *)AphelionServerName; | ||
| 23 | - | ||
| 24 | -- (void)AphelionCKQueryOperation:(UIViewController*)controll AphelionHuoWuID:(NSString*)products AphelionJiaGe:(NSString*)amount AphelionHuoWuMing:(NSString*)productName AphelionDingDanHao:(NSString*) DingDanHao; | ||
| 25 | - | ||
| 26 | - | ||
| 27 | - | ||
| 28 | -@end |
No preview for this file type
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | + | ||
| 3 | +@interface CraftarIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | + | ||
| 5 | +@property(nonatomic,strong) NSString* CraftarDingDanHao; | ||
| 6 | +@property(nonatomic,strong) NSDictionary* CraftarHuoWuLieBiao; | ||
| 7 | +@property(nonatomic,strong) NSMutableArray* CraftarHuoWuIDLieBiao; | ||
| 8 | +@property(nonatomic, strong) UITableView *CraftarHuoWuLieBiaoView; | ||
| 9 | + | ||
| 10 | +- (void)CraftarHuaQianView:(UIViewController*)controller CraftarHuoWuD:(NSString*)products CraftarQian:(NSString*)amount CraftarHuoWuMing:(NSString*)productName CraftarDingDanHao:(NSString*)DingDanHao; | ||
| 11 | + | ||
| 12 | +@end |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | +#import "StoreKit/StoreKit.h" | ||
| 3 | + | ||
| 4 | +@interface CraftarAllManager : NSObject | ||
| 5 | +{ | ||
| 6 | + NSString* CraftarCKAPPID_; | ||
| 7 | + NSString* CraftarCKAPPKEY_; | ||
| 8 | + | ||
| 9 | + NSString* CraftarInviterCode_; | ||
| 10 | +} | ||
| 11 | + | ||
| 12 | +@property bool CraftarGeiWoHuaQianBa; | ||
| 13 | + | ||
| 14 | ++ (CraftarAllManager *)CraftarInstance; | ||
| 15 | + | ||
| 16 | +- (void)CraftarChuShiHua; | ||
| 17 | + | ||
| 18 | +- (void)CraftarDengLu:(NSString *)CraftarCKAPPID : (NSString *)CraftarCKAPPKEY : (UIViewController *)controller; | ||
| 19 | + | ||
| 20 | +- (void)CraftarYangShi:(NSString*)CraftarLeiXing; | ||
| 21 | + | ||
| 22 | +- (void)CraftarCKQuery: (NSString *)CraftarFuWuQiID : (NSString *)CraftarNickName : (NSNumber *)CraftarAmount : (NSString *)CraftarCallBack : (UIViewController *)controller : (NSString *)CraftarServerName; | ||
| 23 | + | ||
| 24 | +- (void)CraftarCKQueryOperation:(UIViewController*)controll CraftarHuoWuID:(NSString*)products CraftarJiaGe:(NSString*)amount CraftarHuoWuMing:(NSString*)productName CraftarDingDanHao:(NSString*) DingDanHao; | ||
| 25 | + | ||
| 26 | + | ||
| 27 | + | ||
| 28 | +@end |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "AphelionMessage.h" | 2 | +#import "CraftarMessage.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface AphelionMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface CraftarMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> |
| 6 | { | 6 | { |
| 7 | UIWebView *webView_; | 7 | UIWebView *webView_; |
| 8 | UIActivityIndicatorView *activityIndicator; | 8 | UIActivityIndicatorView *activityIndicator; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | -@property(assign) BOOL AphelionYouYuanJiao; | 11 | +@property(assign) BOOL CraftarYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)AphelionSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)CraftarSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)AphelionChuShiHuaWebView; | 14 | +- (void)CraftarChuShiHuaWebView; |
| 15 | - (void)loadWebPageWithString:(NSString *)url; | 15 | - (void)loadWebPageWithString:(NSString *)url; |
| 16 | - (void)loadWebPageWithJs:(NSString *)content; | 16 | - (void)loadWebPageWithJs:(NSString *)content; |
| 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface AphelionMessage : NSObject | 3 | +@interface CraftarMessage : NSObject |
| 4 | { | 4 | { |
| 5 | // | 5 | // |
| 6 | NSString *openId; | 6 | NSString *openId; |
| ... | @@ -12,5 +12,5 @@ NSString *timestamp; | ... | @@ -12,5 +12,5 @@ NSString *timestamp; |
| 12 | @property(retain,nonatomic) NSString *openId; | 12 | @property(retain,nonatomic) NSString *openId; |
| 13 | @property(retain,nonatomic) NSString *token; | 13 | @property(retain,nonatomic) NSString *token; |
| 14 | @property(retain,nonatomic) NSString *timestamp; | 14 | @property(retain,nonatomic) NSString *timestamp; |
| 15 | -+ (AphelionMessage *)getInstance; | 15 | ++ (CraftarMessage *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
No preview for this file type
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | - 26463C6321DF643E0056B2C5 /* Aphelion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26463C6221DF643E0056B2C5 /* Aphelion.framework */; }; | 10 | + 2692FA4821E73CFE00371736 /* Craftar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2692FA4721E73CFE00371736 /* Craftar.framework */; }; |
| 11 | 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; }; | 11 | 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; }; |
| 12 | 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 845D181B1C8D778400F27EB9 /* Images.xcassets */; }; | 12 | 845D18221C8D778400F27EB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 845D181B1C8D778400F27EB9 /* Images.xcassets */; }; |
| 13 | 846BD2241EE9342700E89A1D /* haibao_setting in Resources */ = {isa = PBXBuildFile; fileRef = 846BD21F1EE9342700E89A1D /* haibao_setting */; }; | 13 | 846BD2241EE9342700E89A1D /* haibao_setting in Resources */ = {isa = PBXBuildFile; fileRef = 846BD21F1EE9342700E89A1D /* haibao_setting */; }; |
| ... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
| 59 | /* End PBXCopyFilesBuildPhase section */ | 59 | /* End PBXCopyFilesBuildPhase section */ |
| 60 | 60 | ||
| 61 | /* Begin PBXFileReference section */ | 61 | /* Begin PBXFileReference section */ |
| 62 | - 26463C6221DF643E0056B2C5 /* Aphelion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Aphelion.framework; sourceTree = "<group>"; }; | 62 | + 2692FA4721E73CFE00371736 /* Craftar.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Craftar.framework; sourceTree = "<group>"; }; |
| 63 | 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HaiBaoJuheSDK.framework; sourceTree = "<group>"; }; | 63 | 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HaiBaoJuheSDK.framework; sourceTree = "<group>"; }; |
| 64 | 845D181B1C8D778400F27EB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = poolsdk_file/poolsdk/Images.xcassets; sourceTree = "<group>"; }; | 64 | 845D181B1C8D778400F27EB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = poolsdk_file/poolsdk/Images.xcassets; sourceTree = "<group>"; }; |
| 65 | 845D181C1C8D778400F27EB9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = poolsdk_file/poolsdk/Info.plist; sourceTree = "<group>"; }; | 65 | 845D181C1C8D778400F27EB9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = poolsdk_file/poolsdk/Info.plist; sourceTree = "<group>"; }; |
| ... | @@ -108,11 +108,11 @@ | ... | @@ -108,11 +108,11 @@ |
| 108 | 8484E5121EE7E2B800B402D1 /* libz.1.dylib in Frameworks */, | 108 | 8484E5121EE7E2B800B402D1 /* libz.1.dylib in Frameworks */, |
| 109 | 8484E5101EE7E29A00B402D1 /* libc++.1.dylib in Frameworks */, | 109 | 8484E5101EE7E29A00B402D1 /* libc++.1.dylib in Frameworks */, |
| 110 | 8484E5001EE7E20C00B402D1 /* CFNetwork.framework in Frameworks */, | 110 | 8484E5001EE7E20C00B402D1 /* CFNetwork.framework in Frameworks */, |
| 111 | - 26463C6321DF643E0056B2C5 /* Aphelion.framework in Frameworks */, | ||
| 112 | 8484E5061EE7E24A00B402D1 /* CoreMotion.framework in Frameworks */, | 111 | 8484E5061EE7E24A00B402D1 /* CoreMotion.framework in Frameworks */, |
| 113 | 8484E5021EE7E21F00B402D1 /* UIKit.framework in Frameworks */, | 112 | 8484E5021EE7E21F00B402D1 /* UIKit.framework in Frameworks */, |
| 114 | 8484E50C1EE7E27100B402D1 /* CoreGraphics.framework in Frameworks */, | 113 | 8484E50C1EE7E27100B402D1 /* CoreGraphics.framework in Frameworks */, |
| 115 | 8484E5081EE7E25600B402D1 /* CoreText.framework in Frameworks */, | 114 | 8484E5081EE7E25600B402D1 /* CoreText.framework in Frameworks */, |
| 115 | + 2692FA4821E73CFE00371736 /* Craftar.framework in Frameworks */, | ||
| 116 | 8484E50E1EE7E28000B402D1 /* QuartzCore.framework in Frameworks */, | 116 | 8484E50E1EE7E28000B402D1 /* QuartzCore.framework in Frameworks */, |
| 117 | 8484E5141EE7E2DE00B402D1 /* Foundation.framework in Frameworks */, | 117 | 8484E5141EE7E2DE00B402D1 /* Foundation.framework in Frameworks */, |
| 118 | 8484E50A1EE7E26200B402D1 /* Security.framework in Frameworks */, | 118 | 8484E50A1EE7E26200B402D1 /* Security.framework in Frameworks */, |
| ... | @@ -143,7 +143,7 @@ | ... | @@ -143,7 +143,7 @@ |
| 143 | 8476DF641C4DD71D00EC42BA /* poolsdk */ = { | 143 | 8476DF641C4DD71D00EC42BA /* poolsdk */ = { |
| 144 | isa = PBXGroup; | 144 | isa = PBXGroup; |
| 145 | children = ( | 145 | children = ( |
| 146 | - 26463C6221DF643E0056B2C5 /* Aphelion.framework */, | 146 | + 2692FA4721E73CFE00371736 /* Craftar.framework */, |
| 147 | 84A090AC1F174E21003D23FB /* TrackingIO.h */, | 147 | 84A090AC1F174E21003D23FB /* TrackingIO.h */, |
| 148 | 84A090AA1F160A69003D23FB /* TrackingIO.a */, | 148 | 84A090AA1F160A69003D23FB /* TrackingIO.a */, |
| 149 | 846BD21F1EE9342700E89A1D /* haibao_setting */, | 149 | 846BD21F1EE9342700E89A1D /* haibao_setting */, | ... | ... |
No preview for this file type
No preview for this file type
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import "OtherSetting.h" | 2 | #import "OtherSetting.h" |
| 3 | 3 | ||
| 4 | -@interface AphelionHaiBaoJuheBaseModel : NSObject | 4 | +@interface CraftarHaiBaoJuheBaseModel : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *)AphelionHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *)CraftarHaiBaoJuheObjectToJsonString; |
| 7 | - (NSMutableString *)paramAddToString; | 7 | - (NSMutableString *)paramAddToString; |
| 8 | - (id)initWithDiction:(NSDictionary *)diction; | 8 | - (id)initWithDiction:(NSDictionary *)diction; |
| 9 | 9 | ... | ... |
| ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) | ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) |
| 11 | ELogError | 11 | ELogError |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | -@interface AphelionHaiBaoJuheDGLogger : NSObject | 14 | +@interface CraftarHaiBaoJuheDGLogger : NSObject |
| 15 | 15 | ||
| 16 | + (void)showLog:(NSString *)fmt,...; | 16 | + (void)showLog:(NSString *)fmt,...; |
| 17 | 17 | ... | ... |
| ... | @@ -15,11 +15,11 @@ | ... | @@ -15,11 +15,11 @@ |
| 15 | - (void)initChecker; | 15 | - (void)initChecker; |
| 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; | 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; |
| 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; | 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; |
| 18 | -- (void) AphelionHaiBaoJuhereportOpen; | 18 | +- (void) CraftarHaiBaoJuhereportOpen; |
| 19 | -- (void) AphelionHaiBaoJuhereportSDKOpen; | 19 | +- (void) CraftarHaiBaoJuhereportSDKOpen; |
| 20 | -- (void)AphelionHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void)CraftarHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) AphelionHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) CraftarHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; |
| 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType | 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType |
| 24 | notiName:(NSString *)notiName | 24 | notiName:(NSString *)notiName |
| 25 | statusCode:(int)nCode | 25 | statusCode:(int)nCode |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | ||
| 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; | 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; |
| 30 | 30 | ||
| 31 | -- (void)AphelionHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void)CraftarHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/CraftarHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : AphelionHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheCreateOrderInfo : CraftarHaiBaoJuheBaseModel |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID | 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID |
| 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 | 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | @property(nonatomic, strong)NSString *userId;//用户ID | 16 | @property(nonatomic, strong)NSString *userId;//用户ID |
| 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 | 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 |
| 18 | 18 | ||
| 19 | -- (NSString *) AphelionHaiBaoJuheGetTsign ; | 19 | +- (NSString *) CraftarHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) AphelionHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) CraftarHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/CraftarHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheGzyazfInfo : AphelionHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheGzyazfInfo : CraftarHaiBaoJuheBaseModel |
| 3 | 3 | ||
| 4 | @property(nonatomic, strong)NSString *serverId; | 4 | @property(nonatomic, strong)NSString *serverId; |
| 5 | @property(nonatomic, strong)NSString *queryId; | 5 | @property(nonatomic, strong)NSString *queryId; | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/CraftarHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : AphelionHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheLoginInfo : CraftarHaiBaoJuheBaseModel |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *timestamp; | 4 | @property(nonatomic,strong)NSString *timestamp; |
| 5 | @property(nonatomic, strong)NSString *sign; | 5 | @property(nonatomic, strong)NSString *sign; | ... | ... |
| 1 | // | 1 | // |
| 2 | -// AphelionHaiBaoJuheReportInfo.h | 2 | +// CraftarHaiBaoJuheReportInfo.h |
| 3 | // HaiBaoJuheSDK | 3 | // HaiBaoJuheSDK |
| 4 | // | 4 | // |
| 5 | // Created by winFan on 12/21/15. | 5 | // Created by winFan on 12/21/15. |
| 6 | // Copyright (c) 2015 winFan. All rights reserved. | 6 | // Copyright (c) 2015 winFan. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | -#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" | 9 | +#import "HaiBaoJuheSDK/CraftarHaiBaoJuheBaseModel.h" |
| 10 | -@interface HaiBaoJuheReportInfo : AphelionHaiBaoJuheBaseModel | 10 | +@interface HaiBaoJuheReportInfo : CraftarHaiBaoJuheBaseModel |
| 11 | 11 | ||
| 12 | @property(nonatomic, strong)NSString *reportType;//类型 | 12 | @property(nonatomic, strong)NSString *reportType;//类型 |
| 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | ... | ... |
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | @interface HaiBaoJuheUtils : NSObject | 4 | @interface HaiBaoJuheUtils : NSObject |
| 5 | 5 | ||
| 6 | +(NSString *)md5:(NSString *)str; | 6 | +(NSString *)md5:(NSString *)str; |
| 7 | -+ (NSDictionary *)AphelionHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *)CraftarHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | +(NSString *)createGzyazfUrl; | 10 | +(NSString *)createGzyazfUrl; | ... | ... |
No preview for this file type
| 1 | #include "SDKInterface.h" | 1 | #include "SDKInterface.h" |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -#import "Aphelion/AphelionAllManager.h" | 4 | +#import "Craftar/CraftarAllManager.h" |
| 5 | -#import "Aphelion/AphelionHuiTiaoNotification.h" | 5 | +#import "Craftar/CraftarHuiTiaoNotification.h" |
| 6 | -#import "Aphelion/AphelionMessage.h" | 6 | +#import "Craftar/CraftarMessage.h" |
| 7 | 7 | ||
| 8 | #import "TrackingIO.h" | 8 | #import "TrackingIO.h" |
| 9 | 9 | ||
| 10 | @implementation SDKInterface : Interface | 10 | @implementation SDKInterface : Interface |
| 11 | 11 | ||
| 12 | int mExchange; | 12 | int mExchange; |
| 13 | -NSString *AphelionAppId; | 13 | +NSString *CraftarAppId; |
| 14 | -NSString *AphelionAppKey; | 14 | +NSString *CraftarAppKey; |
| 15 | 15 | ||
| 16 | - (void)SDKinit:(UIViewController *) control | 16 | - (void)SDKinit:(UIViewController *) control |
| 17 | { | 17 | { |
| ... | @@ -19,10 +19,10 @@ NSString *AphelionAppKey; | ... | @@ -19,10 +19,10 @@ NSString *AphelionAppKey; |
| 19 | [super SDKinit:control]; | 19 | [super SDKinit:control]; |
| 20 | 20 | ||
| 21 | [HaiBaoJuheConfig getInstance]; | 21 | [HaiBaoJuheConfig getInstance]; |
| 22 | - [[AphelionAllManager AphelionInstance]AphelionChuShiHua]; | 22 | + [[CraftarAllManager CraftarInstance]CraftarChuShiHua]; |
| 23 | - [[AphelionAllManager AphelionInstance]AphelionYangShi:@"sdk"]; | 23 | + [[CraftarAllManager CraftarInstance]CraftarYangShi:@"sdk"]; |
| 24 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:AphelionCKAssetsLoginNotification object:nil]; | 24 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:CraftarCKAssetsLoginNotification object:nil]; |
| 25 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"AphelionCKAssetsToolCallBack" object:nil]; | 25 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"CraftarCKAssetsToolCallBack" object:nil]; |
| 26 | 26 | ||
| 27 | [[HaiBaoJuheChecker getInstance] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; | 27 | [[HaiBaoJuheChecker getInstance] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; |
| 28 | 28 | ||
| ... | @@ -39,9 +39,9 @@ NSString *AphelionAppKey; | ... | @@ -39,9 +39,9 @@ NSString *AphelionAppKey; |
| 39 | - (void)SDKloginSDK | 39 | - (void)SDKloginSDK |
| 40 | { | 40 | { |
| 41 | //APPID APPKEY | 41 | //APPID APPKEY |
| 42 | - AphelionAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; | 42 | + CraftarAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; |
| 43 | - AphelionAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; | 43 | + CraftarAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; |
| 44 | - [[AphelionAllManager AphelionInstance]AphelionDengLu:AphelionAppId :AphelionAppKey :self.controller]; | 44 | + [[CraftarAllManager CraftarInstance]CraftarDengLu:CraftarAppId :CraftarAppKey :self.controller]; |
| 45 | 45 | ||
| 46 | } | 46 | } |
| 47 | 47 | ||
| ... | @@ -52,9 +52,9 @@ NSString *AphelionAppKey; | ... | @@ -52,9 +52,9 @@ NSString *AphelionAppKey; |
| 52 | { | 52 | { |
| 53 | NSLog(@"loginchek"); | 53 | NSLog(@"loginchek"); |
| 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; | 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; |
| 55 | - loginInfo.openId = [[AphelionMessage getInstance]openId]; | 55 | + loginInfo.openId = [[CraftarMessage getInstance]openId]; |
| 56 | - loginInfo.sign = [[AphelionMessage getInstance] token]; | 56 | + loginInfo.sign = [[CraftarMessage getInstance] token]; |
| 57 | - loginInfo.timestamp = [[AphelionMessage getInstance] timestamp]; | 57 | + loginInfo.timestamp = [[CraftarMessage getInstance] timestamp]; |
| 58 | 58 | ||
| 59 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ | 59 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ |
| 60 | [[HaiBaoJuheChecker getInstance] startCheck:loginInfo]; | 60 | [[HaiBaoJuheChecker getInstance] startCheck:loginInfo]; |
| ... | @@ -82,7 +82,7 @@ NSString *AphelionAppKey; | ... | @@ -82,7 +82,7 @@ NSString *AphelionAppKey; |
| 82 | { | 82 | { |
| 83 | NSDictionary* payResultDic = notification.object; | 83 | NSDictionary* payResultDic = notification.object; |
| 84 | 84 | ||
| 85 | - NSString* receiptStr = [payResultDic objectForKey:@"AphelionCKAssetsToolResult"]; | 85 | + NSString* receiptStr = [payResultDic objectForKey:@"CraftarCKAssetsToolResult"]; |
| 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; | 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; |
| 87 | 87 | ||
| 88 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; | 88 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; |
| ... | @@ -216,10 +216,10 @@ NSString *AphelionAppKey; | ... | @@ -216,10 +216,10 @@ NSString *AphelionAppKey; |
| 216 | NSString *other = [payInfo other]; | 216 | NSString *other = [payInfo other]; |
| 217 | 217 | ||
| 218 | if (other && [other length] > 0) { | 218 | if (other && [other length] > 0) { |
| 219 | - [[AphelionAllManager AphelionInstance] AphelionCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; | 219 | + [[CraftarAllManager CraftarInstance] CraftarCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; |
| 220 | }else{ | 220 | }else{ |
| 221 | NSString* products = [payInfo products]; | 221 | NSString* products = [payInfo products]; |
| 222 | - [[AphelionAllManager AphelionInstance] AphelionCKQueryOperation:self.controller AphelionHuoWuID:products AphelionJiaGe:[payInfo postAmount] AphelionHuoWuMing:[payInfo productName] AphelionDingDanHao:queryId]; | 222 | + [[CraftarAllManager CraftarInstance] CraftarCKQueryOperation:self.controller CraftarHuoWuID:products CraftarJiaGe:[payInfo postAmount] CraftarHuoWuMing:[payInfo productName] CraftarDingDanHao:queryId]; |
| 223 | } | 223 | } |
| 224 | } | 224 | } |
| 225 | 225 | ... | ... |
| ... | @@ -10,8 +10,8 @@ | ... | @@ -10,8 +10,8 @@ |
| 10 | 7、``` 所有接口PoolSdk 替换成 HaiBaoJuheSDK(如不理解可以参考demo或者详细文档) ``` <br> | 10 | 7、``` 所有接口PoolSdk 替换成 HaiBaoJuheSDK(如不理解可以参考demo或者详细文档) ``` <br> |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | -已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年01月04日版本方法<br> | 13 | +已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年01月10日版本方法<br> |
| 14 | 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> | 14 | 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> |
| 15 | -2、``` 引入poolsdk_file文件夹中Aphelion.framework ``` <br> | 15 | +2、``` 引入poolsdk_file文件夹中Craftar.framework ``` <br> |
| 16 | 3、``` 替换SDKInterface.m文件 ``` <br> | 16 | 3、``` 替换SDKInterface.m文件 ``` <br> |
| 17 | 4、``` 替换HaiBaoJuheSDK.framework ``` <br> | 17 | 4、``` 替换HaiBaoJuheSDK.framework ``` <br> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment