Does Parse.com Prevent Gaps in Custom Tracking Events?

2 months ago, I added custom tracking events with spaces in my application, for example:

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

However, it seems that Parse no longer resolves spaces, which in turn caused my code to stop registering analytics. Does anyone know about this?

Here's the error:

 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} 

I am curious why Parse made this change, and if anything we can do, so that I would not be forced to create a new event.

+7
objective-c ios8 whitespace
source share

No one has answered this question yet.

See related questions:

1244
How to sort NSMutableArray with custom objects in it?
1018
How to trim spaces?
644
Removing spaces from strings in Java
474
How to split a string with any whitespace characters as separators?
392
How to automatically remove trailing spaces in Eclipse?
255
Add only changes without spaces
251
Split string into spaces in Python
2
JSON Deserialization w / Parse IOS API
one
iOS - Relational Queries Using the Parse.com Framework
one
Can't uninstall Parse PFObject?

All Articles