react-native-ibeacon icon indicating copy to clipboard operation
react-native-ibeacon copied to clipboard

Error handling for invalid uuid

Open frostney opened this issue 9 years ago • 1 comments

If an uuid is given to the region that is not a valid a uuid, the error message Invalid parameter not satisfying: region != nil appears. If possible, it should read something along the lines of The UUID you provided is not valid.

frostney avatar May 27 '15 15:05 frostney

I'm not strong on the iOS side but... is it possible to make errors like this catchable? (on Android it can be done easily by returning a promise)

mmazzarolo avatar Apr 13 '16 12:04 mmazzarolo