Showing
62 changed files
with
233 additions
and
233 deletions
No preview for this file type
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 |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "OdiumMessage.h" | 2 | +#import "AphelionMessage.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface OdiumMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface AphelionMain : 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 OdiumYouYuanJiao; | 11 | +@property(assign) BOOL AphelionYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)OdiumSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)AphelionSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)OdiumChuShiHuaWebView; | 14 | +- (void)AphelionChuShiHuaWebView; |
| 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 OdiumMessage : NSObject | 3 | +@interface AphelionMessage : 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 | -+ (OdiumMessage *)getInstance; | 15 | ++ (AphelionMessage *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
PoolSdk_Demo/Odium.framework/Headers/IAPShare.h
→
PoolSdk_Demo/Aphelion.framework/Headers/IAPShare.h
File moved
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 | - 26463C6121DF60560056B2C5 /* Odium.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26463C6021DF60550056B2C5 /* Odium.framework */; }; | 10 | + 26463C6321DF643E0056B2C5 /* Aphelion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26463C6221DF643E0056B2C5 /* Aphelion.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 | - 26463C6021DF60550056B2C5 /* Odium.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Odium.framework; sourceTree = "<group>"; }; | 62 | + 26463C6221DF643E0056B2C5 /* Aphelion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Aphelion.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>"; }; |
| ... | @@ -105,10 +105,10 @@ | ... | @@ -105,10 +105,10 @@ |
| 105 | 8484E5161EE7E36800B402D1 /* SystemConfiguration.framework in Frameworks */, | 105 | 8484E5161EE7E36800B402D1 /* SystemConfiguration.framework in Frameworks */, |
| 106 | 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */, | 106 | 269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */, |
| 107 | 8484E4FC1EE7E1D800B402D1 /* libsqlite3.dylib in Frameworks */, | 107 | 8484E4FC1EE7E1D800B402D1 /* libsqlite3.dylib in Frameworks */, |
| 108 | - 26463C6121DF60560056B2C5 /* Odium.framework in Frameworks */, | ||
| 109 | 8484E5121EE7E2B800B402D1 /* libz.1.dylib in Frameworks */, | 108 | 8484E5121EE7E2B800B402D1 /* libz.1.dylib in Frameworks */, |
| 110 | 8484E5101EE7E29A00B402D1 /* libc++.1.dylib in Frameworks */, | 109 | 8484E5101EE7E29A00B402D1 /* libc++.1.dylib in Frameworks */, |
| 111 | 8484E5001EE7E20C00B402D1 /* CFNetwork.framework in Frameworks */, | 110 | 8484E5001EE7E20C00B402D1 /* CFNetwork.framework in Frameworks */, |
| 111 | + 26463C6321DF643E0056B2C5 /* Aphelion.framework in Frameworks */, | ||
| 112 | 8484E5061EE7E24A00B402D1 /* CoreMotion.framework in Frameworks */, | 112 | 8484E5061EE7E24A00B402D1 /* CoreMotion.framework in Frameworks */, |
| 113 | 8484E5021EE7E21F00B402D1 /* UIKit.framework in Frameworks */, | 113 | 8484E5021EE7E21F00B402D1 /* UIKit.framework in Frameworks */, |
| 114 | 8484E50C1EE7E27100B402D1 /* CoreGraphics.framework in Frameworks */, | 114 | 8484E50C1EE7E27100B402D1 /* CoreGraphics.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 | - 26463C6021DF60550056B2C5 /* Odium.framework */, | 146 | + 26463C6221DF643E0056B2C5 /* Aphelion.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 OdiumHaiBaoJuheBaseModel : NSObject | 4 | +@interface AphelionHaiBaoJuheBaseModel : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *)OdiumHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *)AphelionHaiBaoJuheObjectToJsonString; |
| 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 OdiumHaiBaoJuheDGLogger : NSObject | 14 | +@interface AphelionHaiBaoJuheDGLogger : 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) OdiumHaiBaoJuhereportOpen; | 18 | +- (void) AphelionHaiBaoJuhereportOpen; |
| 19 | -- (void) OdiumHaiBaoJuhereportSDKOpen; | 19 | +- (void) AphelionHaiBaoJuhereportSDKOpen; |
| 20 | -- (void)OdiumHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void)AphelionHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) OdiumHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) AphelionHaiBaoJuheReport:(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)OdiumHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void)AphelionHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheCreateOrderInfo : AphelionHaiBaoJuheBaseModel |
| 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 *) OdiumHaiBaoJuheGetTsign ; | 19 | +- (NSString *) AphelionHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) OdiumHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) AphelionHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheGzyazfInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheGzyazfInfo : AphelionHaiBaoJuheBaseModel |
| 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/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheLoginInfo : AphelionHaiBaoJuheBaseModel |
| 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 | -// OdiumHaiBaoJuheReportInfo.h | 2 | +// AphelionHaiBaoJuheReportInfo.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/OdiumHaiBaoJuheBaseModel.h" | 9 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 10 | -@interface HaiBaoJuheReportInfo : OdiumHaiBaoJuheBaseModel | 10 | +@interface HaiBaoJuheReportInfo : AphelionHaiBaoJuheBaseModel |
| 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 *)OdiumHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *)AphelionHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | +(NSString *)createGzyazfUrl; | 10 | +(NSString *)createGzyazfUrl; | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface OdiumIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* OdiumDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* OdiumHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* OdiumHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *OdiumHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)OdiumHuaQianView:(UIViewController*)controller OdiumHuoWuD:(NSString*)products OdiumQian:(NSString*)amount OdiumHuoWuMing:(NSString*)productName OdiumDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface OdiumAllManager : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* OdiumCKAPPID_; | ||
| 7 | - NSString* OdiumCKAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* OdiumInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property bool OdiumGeiWoHuaQianBa; | ||
| 13 | - | ||
| 14 | -+ (OdiumAllManager *)OdiumInstance; | ||
| 15 | - | ||
| 16 | -- (void)OdiumChuShiHua; | ||
| 17 | - | ||
| 18 | -- (void)OdiumDengLu:(NSString *)OdiumCKAPPID : (NSString *)OdiumCKAPPKEY : (UIViewController *)controller; | ||
| 19 | - | ||
| 20 | -- (void)OdiumYangShi:(NSString*)OdiumLeiXing; | ||
| 21 | - | ||
| 22 | -- (void)OdiumCKQuery: (NSString *)OdiumFuWuQiID : (NSString *)OdiumNickName : (NSNumber *)OdiumAmount : (NSString *)OdiumCallBack : (UIViewController *)controller : (NSString *)OdiumServerName; | ||
| 23 | - | ||
| 24 | -- (void)OdiumCKQueryOperation:(UIViewController*)controll OdiumHuoWuID:(NSString*)products OdiumJiaGe:(NSString*)amount OdiumHuoWuMing:(NSString*)productName OdiumDingDanHao:(NSString*) DingDanHao; | ||
| 25 | - | ||
| 26 | - | ||
| 27 | - | ||
| 28 | -@end |
| 1 | #include "SDKInterface.h" | 1 | #include "SDKInterface.h" |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -#import "Odium/OdiumAllManager.h" | 4 | +#import "Aphelion/AphelionAllManager.h" |
| 5 | -#import "Odium/OdiumHuiTiaoNotification.h" | 5 | +#import "Aphelion/AphelionHuiTiaoNotification.h" |
| 6 | -#import "Odium/OdiumMessage.h" | 6 | +#import "Aphelion/AphelionMessage.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 *OdiumAppId; | 13 | +NSString *AphelionAppId; |
| 14 | -NSString *OdiumAppKey; | 14 | +NSString *AphelionAppKey; |
| 15 | 15 | ||
| 16 | - (void)SDKinit:(UIViewController *) control | 16 | - (void)SDKinit:(UIViewController *) control |
| 17 | { | 17 | { |
| ... | @@ -19,10 +19,10 @@ NSString *OdiumAppKey; | ... | @@ -19,10 +19,10 @@ NSString *OdiumAppKey; |
| 19 | [super SDKinit:control]; | 19 | [super SDKinit:control]; |
| 20 | 20 | ||
| 21 | [HaiBaoJuheConfig getInstance]; | 21 | [HaiBaoJuheConfig getInstance]; |
| 22 | - [[OdiumAllManager OdiumInstance]OdiumChuShiHua]; | 22 | + [[AphelionAllManager AphelionInstance]AphelionChuShiHua]; |
| 23 | - [[OdiumAllManager OdiumInstance]OdiumYangShi:@"sdk"]; | 23 | + [[AphelionAllManager AphelionInstance]AphelionYangShi:@"sdk"]; |
| 24 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:OdiumCKAssetsLoginNotification object:nil]; | 24 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:AphelionCKAssetsLoginNotification object:nil]; |
| 25 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"OdiumCKAssetsToolCallBack" object:nil]; | 25 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"AphelionCKAssetsToolCallBack" 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 *OdiumAppKey; | ... | @@ -39,9 +39,9 @@ NSString *OdiumAppKey; |
| 39 | - (void)SDKloginSDK | 39 | - (void)SDKloginSDK |
| 40 | { | 40 | { |
| 41 | //APPID APPKEY | 41 | //APPID APPKEY |
| 42 | - OdiumAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; | 42 | + AphelionAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; |
| 43 | - OdiumAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; | 43 | + AphelionAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; |
| 44 | - [[OdiumAllManager OdiumInstance]OdiumDengLu:OdiumAppId :OdiumAppKey :self.controller]; | 44 | + [[AphelionAllManager AphelionInstance]AphelionDengLu:AphelionAppId :AphelionAppKey :self.controller]; |
| 45 | 45 | ||
| 46 | } | 46 | } |
| 47 | 47 | ||
| ... | @@ -52,9 +52,9 @@ NSString *OdiumAppKey; | ... | @@ -52,9 +52,9 @@ NSString *OdiumAppKey; |
| 52 | { | 52 | { |
| 53 | NSLog(@"loginchek"); | 53 | NSLog(@"loginchek"); |
| 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; | 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; |
| 55 | - loginInfo.openId = [[OdiumMessage getInstance]openId]; | 55 | + loginInfo.openId = [[AphelionMessage getInstance]openId]; |
| 56 | - loginInfo.sign = [[OdiumMessage getInstance] token]; | 56 | + loginInfo.sign = [[AphelionMessage getInstance] token]; |
| 57 | - loginInfo.timestamp = [[OdiumMessage getInstance] timestamp]; | 57 | + loginInfo.timestamp = [[AphelionMessage 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 *OdiumAppKey; | ... | @@ -82,7 +82,7 @@ NSString *OdiumAppKey; |
| 82 | { | 82 | { |
| 83 | NSDictionary* payResultDic = notification.object; | 83 | NSDictionary* payResultDic = notification.object; |
| 84 | 84 | ||
| 85 | - NSString* receiptStr = [payResultDic objectForKey:@"OdiumCKAssetsToolResult"]; | 85 | + NSString* receiptStr = [payResultDic objectForKey:@"AphelionCKAssetsToolResult"]; |
| 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 *OdiumAppKey; | ... | @@ -216,10 +216,10 @@ NSString *OdiumAppKey; |
| 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 | - [[OdiumAllManager OdiumInstance] OdiumCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; | 219 | + [[AphelionAllManager AphelionInstance] AphelionCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; |
| 220 | }else{ | 220 | }else{ |
| 221 | NSString* products = [payInfo products]; | 221 | NSString* products = [payInfo products]; |
| 222 | - [[OdiumAllManager OdiumInstance] OdiumCKQueryOperation:self.controller OdiumHuoWuID:products OdiumJiaGe:[payInfo postAmount] OdiumHuoWuMing:[payInfo productName] OdiumDingDanHao:queryId]; | 222 | + [[AphelionAllManager AphelionInstance] AphelionCKQueryOperation:self.controller AphelionHuoWuID:products AphelionJiaGe:[payInfo postAmount] AphelionHuoWuMing:[payInfo productName] AphelionDingDanHao:queryId]; |
| 223 | } | 223 | } |
| 224 | } | 224 | } |
| 225 | 225 | ... | ... |
| ... | @@ -12,6 +12,6 @@ | ... | @@ -12,6 +12,6 @@ |
| 12 | 12 | ||
| 13 | 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年01月04日版本方法<br> | 13 | 已更新 海豹聚合SDK 2018年12月05日版本 快速更新到 2019年01月04日版本方法<br> |
| 14 | 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> | 14 | 1、``` 删除poolsdk_file文件夹中原来framework ``` <br> |
| 15 | -2、``` 引入poolsdk_file文件夹中Odium.framework ``` <br> | 15 | +2、``` 引入poolsdk_file文件夹中Aphelion.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 | ... | ... |
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 OdiumHaiBaoJuheBaseModel : NSObject | 4 | +@interface AphelionHaiBaoJuheBaseModel : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *)OdiumHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *)AphelionHaiBaoJuheObjectToJsonString; |
| 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 OdiumHaiBaoJuheDGLogger : NSObject | 14 | +@interface AphelionHaiBaoJuheDGLogger : 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) OdiumHaiBaoJuhereportOpen; | 18 | +- (void) AphelionHaiBaoJuhereportOpen; |
| 19 | -- (void) OdiumHaiBaoJuhereportSDKOpen; | 19 | +- (void) AphelionHaiBaoJuhereportSDKOpen; |
| 20 | -- (void)OdiumHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void)AphelionHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) OdiumHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) AphelionHaiBaoJuheReport:(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)OdiumHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void)AphelionHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheCreateOrderInfo : AphelionHaiBaoJuheBaseModel |
| 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 *) OdiumHaiBaoJuheGetTsign ; | 19 | +- (NSString *) AphelionHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) OdiumHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) AphelionHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "HaiBaoJuheSDK/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheGzyazfInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheGzyazfInfo : AphelionHaiBaoJuheBaseModel |
| 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/OdiumHaiBaoJuheBaseModel.h" | 1 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : OdiumHaiBaoJuheBaseModel | 2 | +@interface HaiBaoJuheLoginInfo : AphelionHaiBaoJuheBaseModel |
| 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 | -// OdiumHaiBaoJuheReportInfo.h | 2 | +// AphelionHaiBaoJuheReportInfo.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/OdiumHaiBaoJuheBaseModel.h" | 9 | +#import "HaiBaoJuheSDK/AphelionHaiBaoJuheBaseModel.h" |
| 10 | -@interface HaiBaoJuheReportInfo : OdiumHaiBaoJuheBaseModel | 10 | +@interface HaiBaoJuheReportInfo : AphelionHaiBaoJuheBaseModel |
| 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 *)OdiumHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *)AphelionHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | +(NSString *)createGzyazfUrl; | 10 | +(NSString *)createGzyazfUrl; | ... | ... |
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 |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "OdiumMessage.h" | 2 | +#import "AphelionMessage.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface OdiumMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface AphelionMain : 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 OdiumYouYuanJiao; | 11 | +@property(assign) BOOL AphelionYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)OdiumSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)AphelionSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)OdiumChuShiHuaWebView; | 14 | +- (void)AphelionChuShiHuaWebView; |
| 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 OdiumMessage : NSObject | 3 | +@interface AphelionMessage : 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 | -+ (OdiumMessage *)getInstance; | 15 | ++ (AphelionMessage *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
poolsdk_file/poolsdk/Odium.framework/Info.plist
→
poolsdk_file/poolsdk/Aphelion.framework/Info.plist
No preview for this file type
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface OdiumIAPHelperControl : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* OdiumDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* OdiumHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* OdiumHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *OdiumHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)OdiumHuaQianView:(UIViewController*)controller OdiumHuoWuD:(NSString*)products OdiumQian:(NSString*)amount OdiumHuoWuMing:(NSString*)productName OdiumDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface OdiumAllManager : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* OdiumCKAPPID_; | ||
| 7 | - NSString* OdiumCKAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* OdiumInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property bool OdiumGeiWoHuaQianBa; | ||
| 13 | - | ||
| 14 | -+ (OdiumAllManager *)OdiumInstance; | ||
| 15 | - | ||
| 16 | -- (void)OdiumChuShiHua; | ||
| 17 | - | ||
| 18 | -- (void)OdiumDengLu:(NSString *)OdiumCKAPPID : (NSString *)OdiumCKAPPKEY : (UIViewController *)controller; | ||
| 19 | - | ||
| 20 | -- (void)OdiumYangShi:(NSString*)OdiumLeiXing; | ||
| 21 | - | ||
| 22 | -- (void)OdiumCKQuery: (NSString *)OdiumFuWuQiID : (NSString *)OdiumNickName : (NSNumber *)OdiumAmount : (NSString *)OdiumCallBack : (UIViewController *)controller : (NSString *)OdiumServerName; | ||
| 23 | - | ||
| 24 | -- (void)OdiumCKQueryOperation:(UIViewController*)controll OdiumHuoWuID:(NSString*)products OdiumJiaGe:(NSString*)amount OdiumHuoWuMing:(NSString*)productName OdiumDingDanHao:(NSString*) DingDanHao; | ||
| 25 | - | ||
| 26 | - | ||
| 27 | - | ||
| 28 | -@end |
| 1 | #include "SDKInterface.h" | 1 | #include "SDKInterface.h" |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -#import "Odium/OdiumAllManager.h" | 4 | +#import "Aphelion/AphelionAllManager.h" |
| 5 | -#import "Odium/OdiumHuiTiaoNotification.h" | 5 | +#import "Aphelion/AphelionHuiTiaoNotification.h" |
| 6 | -#import "Odium/OdiumMessage.h" | 6 | +#import "Aphelion/AphelionMessage.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 *OdiumAppId; | 13 | +NSString *AphelionAppId; |
| 14 | -NSString *OdiumAppKey; | 14 | +NSString *AphelionAppKey; |
| 15 | 15 | ||
| 16 | - (void)SDKinit:(UIViewController *) control | 16 | - (void)SDKinit:(UIViewController *) control |
| 17 | { | 17 | { |
| ... | @@ -19,10 +19,10 @@ NSString *OdiumAppKey; | ... | @@ -19,10 +19,10 @@ NSString *OdiumAppKey; |
| 19 | [super SDKinit:control]; | 19 | [super SDKinit:control]; |
| 20 | 20 | ||
| 21 | [HaiBaoJuheConfig getInstance]; | 21 | [HaiBaoJuheConfig getInstance]; |
| 22 | - [[OdiumAllManager OdiumInstance]OdiumChuShiHua]; | 22 | + [[AphelionAllManager AphelionInstance]AphelionChuShiHua]; |
| 23 | - [[OdiumAllManager OdiumInstance]OdiumYangShi:@"sdk"]; | 23 | + [[AphelionAllManager AphelionInstance]AphelionYangShi:@"sdk"]; |
| 24 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:OdiumCKAssetsLoginNotification object:nil]; | 24 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:AphelionCKAssetsLoginNotification object:nil]; |
| 25 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"OdiumCKAssetsToolCallBack" object:nil]; | 25 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"AphelionCKAssetsToolCallBack" 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 *OdiumAppKey; | ... | @@ -39,9 +39,9 @@ NSString *OdiumAppKey; |
| 39 | - (void)SDKloginSDK | 39 | - (void)SDKloginSDK |
| 40 | { | 40 | { |
| 41 | //APPID APPKEY | 41 | //APPID APPKEY |
| 42 | - OdiumAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; | 42 | + AphelionAppId = [[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_ID"]; |
| 43 | - OdiumAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; | 43 | + AphelionAppKey =[[HaiBaoJuheConfig getInstance] getValueByKey:@"APP_KEY"]; |
| 44 | - [[OdiumAllManager OdiumInstance]OdiumDengLu:OdiumAppId :OdiumAppKey :self.controller]; | 44 | + [[AphelionAllManager AphelionInstance]AphelionDengLu:AphelionAppId :AphelionAppKey :self.controller]; |
| 45 | 45 | ||
| 46 | } | 46 | } |
| 47 | 47 | ||
| ... | @@ -52,9 +52,9 @@ NSString *OdiumAppKey; | ... | @@ -52,9 +52,9 @@ NSString *OdiumAppKey; |
| 52 | { | 52 | { |
| 53 | NSLog(@"loginchek"); | 53 | NSLog(@"loginchek"); |
| 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; | 54 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; |
| 55 | - loginInfo.openId = [[OdiumMessage getInstance]openId]; | 55 | + loginInfo.openId = [[AphelionMessage getInstance]openId]; |
| 56 | - loginInfo.sign = [[OdiumMessage getInstance] token]; | 56 | + loginInfo.sign = [[AphelionMessage getInstance] token]; |
| 57 | - loginInfo.timestamp = [[OdiumMessage getInstance] timestamp]; | 57 | + loginInfo.timestamp = [[AphelionMessage 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 *OdiumAppKey; | ... | @@ -82,7 +82,7 @@ NSString *OdiumAppKey; |
| 82 | { | 82 | { |
| 83 | NSDictionary* payResultDic = notification.object; | 83 | NSDictionary* payResultDic = notification.object; |
| 84 | 84 | ||
| 85 | - NSString* receiptStr = [payResultDic objectForKey:@"OdiumCKAssetsToolResult"]; | 85 | + NSString* receiptStr = [payResultDic objectForKey:@"AphelionCKAssetsToolResult"]; |
| 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 *OdiumAppKey; | ... | @@ -216,10 +216,10 @@ NSString *OdiumAppKey; |
| 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 | - [[OdiumAllManager OdiumInstance] OdiumCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; | 219 | + [[AphelionAllManager AphelionInstance] AphelionCKQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; |
| 220 | }else{ | 220 | }else{ |
| 221 | NSString* products = [payInfo products]; | 221 | NSString* products = [payInfo products]; |
| 222 | - [[OdiumAllManager OdiumInstance] OdiumCKQueryOperation:self.controller OdiumHuoWuID:products OdiumJiaGe:[payInfo postAmount] OdiumHuoWuMing:[payInfo productName] OdiumDingDanHao:queryId]; | 222 | + [[AphelionAllManager AphelionInstance] AphelionCKQueryOperation:self.controller AphelionHuoWuID:products AphelionJiaGe:[payInfo postAmount] AphelionHuoWuMing:[payInfo productName] AphelionDingDanHao:queryId]; |
| 223 | } | 223 | } |
| 224 | } | 224 | } |
| 225 | 225 | ... | ... |
-
Please register or login to post a comment