cocos穿山甲广告iOS接入

1.去穿山甲官网下载sdk

https://www.pangle.cn/union/media/union/download

2.把sdk导入到Xcode项目里的Framework里面


1

3.然后根据穿山甲官网配置各种东西

https://www.pangle.cn/union/media/union/download/detail?id=16&docId=5de8d570b1afac00129330c5&osType=ios

下面的内容可以根据

https://blog.csdn.net/ZFSR05255134/article/details/105595256

4.就是如此简单,然后写代码,每一步都有哦

AppController.h脚本里

2

AppController.mm脚本里

还有需要在第一个函数里初始化一下:

需要导入的包为

#import "CsjAdReward.h"

#import <BUAdSDK/BUAdSDKManager.h>

-------------------------------------------------

// 初始化Csj SDK

[self initCsjAdSDK];

----------------------------------------------------

3

CsjAdReward.h脚本

4

CsjAdReward.m脚本

-------------------------------------------------------------------

#import <Foundation/Foundation.h>

#import "CsjAdReward.h"

#import <BUAdSDK/BURewardedVideoModel.h>

#import <BUAdSDK/BUNativeExpressRewardedVideoAd.h>

//#import <BUAdSDK/BURewardedVideoAd.h>

//#import "AppController.h"

#import <BUAdSDK/BUAdSDKManager.h>

//

#import "CallJS.h"

//#import "RootViewController.h"

@interface CsjAdReward ()<BUNativeExpressRewardedVideoAdDelegate>

@property (nonatomic,strong) BUNativeExpressRewardedVideoAd *rewardedVideoAd;

@end


static CsjAdReward *instance;    //这里声明一下静态实例,方便javascript层调用


@implementation CsjAdReward


//获取实例的方法,方便javascript层调用

+(CsjAdReward *) getAdInstance{

    return instance;

}


//初始化,根着SDK文档照做就好了

- (void) viewDidLoad {

    NSLog(@"----------viewDidLoad");

    instance=self;


    BURewardedVideoModel *model=[[BURewardedVideoModel alloc]init];

    model.userId=@"账号ID";

    self.rewardedVideoAd=[[BUNativeExpressRewardedVideoAd alloc] initWithSlotID:@"广告位ID" rewardedVideoModel:model];

    self.rewardedVideoAd.delegate=self;

    [self.rewardedVideoAd loadAdData];

}


//打开激励视频的方法

-(void) OpenAd{

   if(self.rewardedVideoAd){

       [self.rewardedVideoAd showAdFromRootViewController:self];

    }

}


/**

This method is called when video ad material loaded successfully.

*/

- (void)nativeExpressRewardedVideoAdDidLoad:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在成功加载视频广告素材时调用。");

}


/**

This method is called when video ad materia failed to load.

@param error: the reason of error

*/

- (void)nativeExpressRewardedVideoAd:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd didFailWithError:(NSError *_Nullable)error{

    NSLog(@"----------当视频广告材料加载失败时调用此方法。error.code = %l",error.code);

}


/**

This method is called when cached successfully.

*/

- (void)nativeExpressRewardedVideoAdDidDownLoadVideo:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

     NSLog(@"----------成功缓存时调用此方法。");

}


/**

This method is called when rendering a nativeExpressAdView successed.

*/

- (void)nativeExpressRewardedVideoAdViewRenderSuccess:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------在成功呈现nativeExpressAdView时调用此方法。");

}

/**

This method is called when a nativeExpressAdView failed to render.

@param error: the reason of error

*/

- (void)nativeExpressRewardedVideoAdViewRenderFail:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd error:(NSError *_Nullable)error{

    NSLog(@"----------当nativeExpressAdView无法呈现时调用此方法。error.code = %l",error.code);

}

/**

This method is called when video ad slot will be showing.

*/

- (void)nativeExpressRewardedVideoAdWillVisible:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在显示视频广告槽时调用。");

}

/**

This method is called when video ad slot has been shown.

*/

- (void)nativeExpressRewardedVideoAdDidVisible:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

     NSLog(@"----------此方法在显示视频广告槽时调用。");

}

/**

This method is called when video ad is about to close.

*/

- (void)nativeExpressRewardedVideoAdWillClose:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在视频广告即将关闭时调用。");

}

/**

This method is called when video ad is closed.

*/

- (void)nativeExpressRewardedVideoAdDidClose:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在视频广告关闭时调用。");

//    NSLog(@"-----------nativeExpressRewardedVideoAdDidClose");


    // 调用 js/ts 脚本中的函数: AppMain 节点下 IOSCtrl 脚本中的 GetAward 的函数。

    [CallJS callJsCCNodeFunc_1:@"视屏广告看完了,发奖励罗!"];


    //视频结束后,再加载一次广告数据,保证广告的不重复

    [self.rewardedVideoAd loadAdData];

}

- (void)testCallJs{

    // 调用 js/ts 脚本中的函数: AppMain 节点下 IOSCtrl 脚本中的 GetAward 的函数。

    [CallJS callJsCCNodeFunc_1:@"第1个参数!"];

    // 调用 js/ts 脚本中的函数: AppMain 节点下 IOSCtrl 脚本中的 GetAward2 的函数。

    [CallJS callJsCCNodeFunc_3:@"GetAward2" withCmd:@"第1个参数!" withContent:@"第2个参数!"];

    // 调用 js/ts 的全局函数:GetBigAward

    [CallJS callJsGlobalFunc_2:@"GetBigAward" withCmd:@"第1个参数!"];

}

/**

This method is called when video ad is clicked.

*/

- (void)nativeExpressRewardedVideoAdDidClick:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在单击视频广告时调用。");

}

/**

This method is called when the user clicked skip button.

*/

- (void)nativeExpressRewardedVideoAdDidClickSkip:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------此方法在单击视频广告时调用。");

}

/**

This method is called when video ad play completed or an error occurred.

@param error: the reason of error

*/

- (void)nativeExpressRewardedVideoAdDidPlayFinish:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd didFailWithError:(NSError *_Nullable)error{

    NSLog(@"----------此方法在视频广告播放完成或发生错误时调用。error.code = %l",error.code);

}

/**

Server verification which is requested asynchronously is succeeded.

@param verify:return YES when return value is 2000.

*/

- (void)nativeExpressRewardedVideoAdServerRewardDidSucceed:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd verify:(BOOL)verify{

    NSLog(@"----------异步请求的服务器验证成功。");

}

/**

Server verification which is requested asynchronously is failed.

Return value is not 2000.

*/

- (void)nativeExpressRewardedVideoAdServerRewardDidFail:(BUNativeExpressRewardedVideoAd *)rewardedVideoAd{

    NSLog(@"----------异步请求的服务器验证失败。");

}

@end

-----------------------------------------------------------------------------------

CallJS.h脚本

#import <Foundation/Foundation.h>

@interface CallJS  :UIViewController{

//    int countNum;

}

+(void)callJsCCNodeFunc_1:(NSString*) cmdStr;

+(void)callJsCCNodeFunc_3:(NSString*) funcNameStrwithCmd:(NSString*) cmdStrwithContent:(NSString*) contentStr;

+(void)callJsGlobalFunc_1:(NSString*) funcNameStr;

+(void)callJsGlobalFunc_2:(NSString*) funcNameStrwithCmd:(NSString*) cmdStr;

+(void)callJsGlobalFunc_3:(NSString*) funcNameStrwithCmd:(NSString*) cmdStrwithContent:(NSString*) contentStr;

@end


5

CallJS.mm脚本

#import <Foundation/Foundation.h>

#import "cocos2d.h"

#import "CallJS.h"

// 这个必须导入,否则报错。

#include "cocos/scripting/js-bindings/jswrapper/SeApi.h"

//using namespace std;


@implementation CallJS


+(void)callJsCCNodeFunc_1:(NSString*) cmdStr{

    NSLog(@"-------callJsCCNodeFunc_1...");

    std::string param001 = [cmdStr UTF8String];

    // "cc.find('AppMain').getComponent('IOSCtrl').GetAward(\"%s\");", param001.c_str()

    // 可以理解为:调用 cc.find() 函数在场景中查找 AppMain 节点,在利用 getComponent() 函数获取该节点下 名为 IOSCtrl.ts 的脚本。最后调用 脚本中的成员函数 GetAward(),此函数有一个参数。

std::string jsCallStr = cocos2d::StringUtils::format("cc.game.emit(\"VideoAdCallBack\", \"%@\");", param001.c_str());

    NSLog(@"--------- jsCallStr = %s", jsCallStr.c_str());

    se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str());

}


+(void)callJsCCNodeFunc_3:(NSString*) funcNameStrwithCmd:(NSString*) cmdStrwithContent:(NSString*) contentStr{


    NSLog(@"-------callJsCCNodeFunc_3...");


    std::string funcName = [funcNameStr UTF8String];

    std::string param001 = [cmdStr UTF8String];

    std::string param002 = [contentStr UTF8String];


    std::string jsCallStr = cocos2d::StringUtils::format("cc.find('AppMain').getComponent('IOSCtrl').%s(\"%s\",\"%s\");", funcName.c_str(),param001.c_str(),param002.c_str());


    NSLog(@"--------- jsCallStr = %s", jsCallStr.c_str());

    se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str());

}

+(void)callJsGlobalFunc_1:(NSString*) funcNameStr{


    NSLog(@"-------callJsGlobalFunc_1...");


    std::string funcName = [funcNameStr UTF8String];

    std::string jsCallStr = cocos2d::StringUtils::format("%s();",funcName.c_str());

    NSLog(@"--------- jsCallStr = %s", jsCallStr.c_str());

    se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str());

}


+(void)callJsGlobalFunc_2:(NSString*) funcNameStrwithCmd:(NSString*) cmdStr{


    NSLog(@"-------callJsGlobalFunc_2...");


    std::string funcName = [funcNameStr UTF8String];

    std::string param001 = [cmdStr UTF8String];

    std::string jsCallStr = cocos2d::StringUtils::format("%s(\"%s\");",funcName.c_str(), param001.c_str());

    NSLog(@"--------- jsCallStr = %s", jsCallStr.c_str());

    se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str());

}



+(void)callJsGlobalFunc_3:(NSString*) funcNameStrwithCmd:(NSString*) cmdStrwithContent:(NSString*) contentStr{

    NSLog(@"-------callJsGlobalFunc_3...");


    std::string funcName = [funcNameStr UTF8String];

    std::string param001 = [cmdStr UTF8String];

    std::string param002 = [contentStr UTF8String];

    std::string jsCallStr = cocos2d::StringUtils::format("%s(\"%s\",\"%s\");",funcName.c_str(), param001.c_str(),param002.c_str());

    NSLog(@"--------- jsCallStr = %s", jsCallStr.c_str());

//    ScriptingCore::getInstance()->evalString(jsCallStr.c_str());

    se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str());

}

@end

6

最后就是cocos中用ts调用object-c了,

jsb.reflection.callStaticMethod("AppController", "csjAdRewardOpen:", '参数');

7

接入完成,最后忘了说回调了,回调的话在CallJs.mm文件里有写


8

cocos中记得监听消息


9

ok,够详细了!

以下为踩坑步骤:

1. SDK的framework的那几个文件只能要放在framework下面

2. 在Other Linker Flags中 不要添加 -all_load

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,293评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,604评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,958评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,729评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,719评论 5 366
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,630评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,000评论 3 397
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,665评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,909评论 1 299
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,646评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,726评论 1 330
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,400评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,986评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,959评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,197评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 44,996评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,481评论 2 342

推荐阅读更多精彩内容