gpt4 book ai didi

ios - 使用 RZLTS 推送通知服务点击收件箱图标时出现崩溃

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:15:59 26 4
gpt4 key购买 nike

我正在尝试将 RZLTS 推送通知服务集成到 Objective-C 游戏应用中。

虽然我已按照 RZLTS documentation 提供的确切步骤进行操作当我点击默认收件箱按钮时,应用程序崩溃。

这里是 Xcode 的崩溃日志:

由于未捕获的异常“NSInvalidArgumentException”而终止应用程序,原因:“-[RZLTSInboxView setWebViewControllerBluredBGImage:webViewController:]:无法识别的选择器发送到实例 0x1701f8900”

我已遵循文档的每一步。这是我在 menuscene.m 中设置收件箱按钮的代码:

- (void)setButtonInbox {


CGPoint inboxPosition = CGPointMake(POSITION_BUTTON_SOUND_WIDTH_MENUSCENE - 15,
self.frame.size.height - SIZE_BUTTON_MORE_MENUSCENE * 2 - 10);

RZLTSInboxView *inboxView = [[RZLTSInboxView alloc] initWithOrigin:inboxPosition
controller:[UIApplication sharedApplication].keyWindow.rootViewController
andType:InboxTypeICONWhite];
[self.view addSubview:inboxView];

}

这是我设置收件箱 GameViewController.m、ViewDidLoad 的代码:

- (void)viewDidLoad {

[super viewDidLoad];

[RZLTS startInbox:self
appID:RZLTS_APP_ID
developerSubID1:@""
developerSubID2:@""
developerSubID3:@""
firstName:@"first"
lastName:@"last"
email:@"technical@firstlast.com"
gender:BOTH
age:12];

堆栈跟踪:

Crash Stack Trace

最佳答案

Stefan,感谢您提出这个问题。该团队已部署解决该问题的更新。

更新后的 SDK 现在可以在以下位置获得:http://rzlts.com/sdk/RZLTS_iOS_v2.zip

山姆(来自RZLTS)

关于ios - 使用 RZLTS 推送通知服务点击收件箱图标时出现崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29918536/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com