Parse.com阻止自定义跟踪事件中的空白?

时间:2014-11-02 02:24:36

标签: objective-c parse-platform ios8 whitespace

2个月前,我在我的应用中添加了带空格的自定义跟踪事件,例如:

[PFAnalytics trackEvent:@"Share Button Click" dimensions:dimensions];

然而,似乎Parse不再允许空格,这反过来又导致我的代码停止注册分析。有没有人知道解决这个问题?

这是错误:

Error: invalid event name: cannot contain whitespace (Code: 160, Version: 1.4.2)
2014-11-01 runEventually command failed. Error:Error Domain=Parse Code=160 "The operation couldn’t be completed. (Parse error 160.)" {code=160, error=invalid event name: cannot contain whitespace}

我很好奇为什么Parse做了这个改变,如果有什么我们可以这样做,我不会被迫创建一个新事件。

0 个答案:

没有答案