Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

ESTBeaconConnection writeName:completion: and utf-8 failures #198

Closed jverdi closed 9 years ago

jverdi commented 9 years ago

Hi, I'm attempting to write a utf-8 NSString to a beacon name, i.e. "Fernández", through the SDK using the [ESTBeaconConnection writeName:completion:] method, and am consistently getting the following error:

Error Domain=com.estimote Code=400 "Unable to connect to Estimote Cloud. Please try again later." UserInfo=0x17667cfc0 {NSLocalizedDescription=Unable to connect to Estimote Cloud. Please try again later.}

Is this a known issue with utf-8 charsets?

jcb1973 commented 9 years ago

Thanks for letting us know about this - there was a bug in how we were handling accented characters. We have released a fix for this this morning - please let us know of any further issues.