问题标签 [apptentive]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
498 浏览

iphone - iOS Apptentive SDK - 来自 `[NSManagedObject setup]` 的 NSInvalidArgumentException

我是 iOS 编程新手。我想在我的第一个应用程序中使用带有 Apptentive SDK 的反馈系统。编译时没有错误,但是当它开始与 Apptentive 服务器建立连接时,我收到以下错误消息:

在搜索论坛时,我发现这可能是 Apptentive SDK 使用的 CoreData 的问题,但在我写的时候,我是 iOS 开发的新手,所以我直到现在才使用 CodeData。

开始连接的代码:

当我用 apiKey assign 取消注释一行时,没有错误。

如果可以,请你帮助我。

0 投票
1 回答
2067 浏览

ios - Adding Library to IOS app causes horrible build failure

I'm trying to add Apptentive to an IOS app. There are quite a few external libraries already being used such as Admob and Google analytics.

I've followed this guide to the letter but I just can't make it blend. Behold the nasty failure message below:

What's going wrong and how do I fix it? It's been 2 days now and I'm going mad.

eta: if I follow exactly the same steps in a more lightweight project it builds just fine, so I'm guessing there's some kind of conflict. I just don't know how to go about resolving it.

0 投票
0 回答
363 浏览

ios - Apptentive iOS SDK 清晰对话

使用适用于 iOS 的 Apptentive SDK ( https://github.com/apptentive/apptentive-ios )。

当用户退出我的应用程序时,我需要一种方法来清除 Apptentive 保存的对话。

试过:

0 投票
1 回答
200 浏览

ios - 使用 Apptentive 时无法识别的选择器:-[ATAppRatingFlow appDidLaunch:viewController:]

由于无法识别的选择器,在 Apptentive API 中调用以下方法会崩溃。

这会产生以下错误日志:

0 投票
1 回答
1157 浏览

ios - 通过 Cocoapods 集成 Apptentive iOS SDK 时出现未定义符号错误

通过 Cocoapods 集成 Apptentive iOS SDK 时,出现以下错误:

应该如何修复这些错误?

0 投票
3 回答
1269 浏览

ios - 崩溃:com.apple.spritekit.renderQueue

我们正在开发一款 SpriteKit iOS7 游戏,游戏运行良好,但如果我们集成以下任何库,游戏在发送到后台时会崩溃: - Airship。- 错误感觉。- 专心。

这是 Crashlytics 崩溃报告:

线程:崩溃:com.apple.spritekit.renderQueue

0 投票
1 回答
338 浏览

android-library - 如何禁用 Apptentive “你爱 _____?” 对话

如何禁用随机弹出的 Apptentive 对话框:“你喜欢 [App name] 吗?”

现在它正在显示另一个项目的标题,可能需要在网络上重新配置,但现在我只想在 Android 中禁用它。

0 投票
1 回答
1200 浏览

iphone - ld:找不到框架-Accelerate clang:错误:链接器命令失败,退出代码为 1

我正在尝试按照指南文档在我的 iPhone 应用程序中实现 Apptentive SDK。一切都很好。但在实现 SDK 的最后一点发现错误。即 Accelerate 框架目录路径未找到,发生错误

ld:找不到框架-Accelerate clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用) clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

0 投票
2 回答
454 浏览

android - Apptentive 自定义数据未通过

我正在 Android 上集成 Apptentive。我正在将自定义数据传递到消息中心,但它没有显示在 Apptentive 网站上。这是我的代码

有什么建议么?

0 投票
1 回答
721 浏览

android - 如何触发 Apptentive 评分提示提醒?

我刚刚将我的应用程序中的 apptentive 更新为 1.5.0v。当条件为真时,评分提示对话框显示成功,但如果用户单击“稍后提醒我”,评分提示将不再显示。

我显示对话框,下面的代码:

为了再次显示评级提示对话框,我是否需要更多内容?