【发布时间】:2016-02-04 16:46:48
【问题描述】:
我在我的应用程序中为此类事件添加了应用程序分析 完美适用于 iOS 模拟器,但不适用于 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
如果有人知道问题,请帮助我。
【问题讨论】:
-
我在模拟器和设备中都面临同样的问题,有人有解决方案吗?
标签: ios facebook analytics facebook-ios-sdk