android - 关注评级提示

标签 android apptentive

我正在尝试将 Apptentive 集成到我的项目中。我遵循了文档中的所有指南(即创建事件,在 list 文件中添加 apptentive_api_key)。现在什么时候写 boolean shown = Apptentive.engage(NewDashboard.this, "Mock_Test_Clicked"); 它返回 false。也不会显示评级提示屏幕。

public void onStart() {
  super.onStart(); 
  Apptentive.onStart(this); 
} 

public void onStop() {
  super.onStop(); 
  Apptentive.onStop(this);
}

list 文件:

<meta-data android:name="apptentive_api_key"
           android:value="APPTENTIVE_API_KEY"‌/>
<activity android:name="com.apptentive.android.sdk.ViewActivity"
          android:theme="@style/Apptentive.Theme.Transparent"/>

最佳答案

您的应用很可能无法连接到 Apptentive 服务器,因此无法下载交互列表。我建议您发送电子邮件至 support@apptentive.com。

关于android - 关注评级提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28693221/

相关文章:

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

ios - 附件:Cordova项目中的“体系结构 undefined symbol ...”错误

android - BaseGameActivity.runOnUpdateThread() 与 Entity.registerUpdateHandler()

android - 配件库-如何编辑其源代码

java - Android getCacheDir() 中的文件何时被删除?长期存储的更好选择是什么?

android - 如何在canvas android中绘制一个弯曲的箭头

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

java - 基本的 Android 单元测试

android - 在 PackageInstaller 完成( self )更新后启动应用程序