为什么Facebook Insights报告零应用安装?

时间:2013-12-22 14:00:54

标签: android facebook facebook-android-sdk facebook-insights

我的问题或误解:在主仪表板上,developers.facebook.com/apps/<app id>执行新安装时,值Last Mobile Install Reported始终正确更新。但是,当我转到Insights并点击Mobile App Installs部分时,报告的值为零。为什么还有零报告?


其他信息

  • Insights下 - &gt;始终报告App Eventsfb_mobile_activate_app,但fb_mobile_first_app_launch 从未报告。
  • 我确实把我的密钥哈希放在了Key Hashes部分。
  • 我更新了我的proguard配置以包含Facebook推荐的内容。
  • 我正在手动安装该应用程序。我通过Play商店安装。
  • 沙盒模式已开启。


Facebook API调用

public void onResume() {
    super.onResume();
    String appId = getResources().getString(R.string.facebook_app_id);
    AppEventsLogger.activateApp(getApplicationContext(), appId);
}


显示最新安装的照片

latest install is correct

报告应用事件的照片

app events reported correctly

照片显示零安装......为什么?!?

zero installs... why?!?

1 个答案:

答案 0 :(得分:5)

一切都设置正确。使用安装数据填充mobile app installs图表需要72小时到1周之间的时间。

Graph updated with mobile install data