简体   繁体   中英

Facebook Analytics not working with ios device

I had added app analytic for such events in my application which perfectly works with iOS Simulator, but not with iOS device

When I run it on iOS Simulator, it gives me below log

Events: [
  {
    "event" : {
      "_eventName" : "XXX",
      "_logTime" : 1446626494,
      "User ID" : "159",

    },
    "isImplicit" : false
  }
]
Flush Result : Success


When I run it on iOS device, it gives me below log

Events: [
  {
    "event" : {
      "_eventName" : "XXX",
      "_logTime" : 1446626494,
      "User ID" : "159",
    },
    "isImplicit" : false
  }
]
Flush Result : No Connectivity

Please help me if anyone know issue.

确保在您已从其生成Facebook App ID的iOS设备中使用Developer Facebook ID登录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM