简体   繁体   English

Facebook Analytics无法与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 我已经在我的应用程序中添加了针对此类事件的应用程序分析功能,该功能可以与iOS Simulator完美配合,但不适用于iOS设备

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登录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ios 6-无法在设备上运行的应用程序中发布到Facebook - ios 6 - Post to Facebook in app not working on device Facebook iOS SDK在设备上不起作用(需要有效的重定向URI),但在模拟器中 - Facebook iOS SDK is not working on device (requires valid redirect URI) but in simulator Google Analytics(分析)无法在iOS上运行 - Google analytics not working iOS iOS中的Google Analytics(分析)(无效) - Google Analytics in iOS (Not Working) Facebook在Z1BDF60599191919191919191919191CBDF8508204C4EBZ中通过Z26CAE7718C3218018019D6D6D4019D4019D4019D4019D4019D4019D4019D4019D4019D4019D19D4019D4019D19D19D19D19D20DB10C4NEC4EBZ登录失败 - Facebook sign-in in iOS fails when sign in through facebook app, it's working if the facebook app not installed in the device iOS设备上的Facebook登录失败 - facebook login failure on iOS device Google Analytics集成在iOS中无效 - Google Analytics integration is not working in iOS iOS上的Facebook Analytics Push Campaigns-已交付但未显示 - Facebook Analytics Push Campaigns on iOS - delivered but not displayed Google Analytics(分析)无法在iOS 10上运作 - Google analytics not working on iOS 10 TableView 在 iOS 设备中不起作用 - TableView is not working in iOS device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM