Aarti Oza
Aarti Oza

Reputation: 1154

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.

Upvotes: 1

Views: 1759

Answers (1)

Dharani
Dharani

Reputation: 88

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

Upvotes: 1

Related Questions