我使用sdk 3.5在ios和android平台上开发应用程序, 上次移动安装报告仅显示ios事件,缺少android事件。
像这样://///
报告上次移动安装 iOS:2013年11月21日14:51
More details on reported events
////
protected void onResume(){ super.onResume();
String AppId = this.getString(R.string.app_id);
com.facebook.AppEventsLogger.activateApp(this, AppId);
}
但是当我点击“关于报告事件的更多细节”时,我可以看到android登录事件。