Facebook 分析不适用于 ios 设备

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

如果有人知道问题,请帮助我。

Make sure that you are logged in with Developer Facebook ID in that iOS device from which you had generated Facebook App ID.