Home › Forums › Ask the Flomies › Error Domain=FlomioSDK Code=-18
Tagged: Errors
-
AuthorPosts
-
August 29, 2017 at 6:25 pm #60838
Hi Richard,
We’re getting the following error message on the iOS console when trying to read NFC card.
Can you pls advice?
Thanks
Error Domain=FlomioSDK Code=-18 “Tag not supported.” UserInfo={NSLocalizedRecoverySuggestion=Tag needs to be an ISO14443A tag, NSLocalizedDescription=Tag not supported., NSLocalizedFailureReason=Unknown.}
August 30, 2017 at 8:28 pm #60841Hi there,
Any advice about this issue?Thanks
August 31, 2017 at 3:55 pm #60848Hey Guys,
We’re pretty much stuck here.September 6, 2017 at 10:54 am #60893Hello,
We keep getting this error message when reading card on the didReceiveReaderError event.It’s an internal SDK error so we don’t have any insight on what’s happening.
Can you please advice?
2017-09-06 10:49:54.031592-0400 app[3693:1643795] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Error Domain=FlomioSDK Code=-18 "Tag not supported." UserInfo={NSLocalizedRecoverySuggestion=Tag needs to be an ISO14443A tag, NSLocalizedDescription=Tag not supported., NSLocalizedFailureReason=Unknown.} - (void)didReceiveReaderError:(NSError *)error { NSLog(@">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>%@",error); //Reader error dispatch_async(dispatch_get_main_queue(), ^{ // Second dispatch message to log tag and restore screen if(hasListeners){ [self sendEventWithName:@"ErrorReader" body:@{@"error": error}]; } }); }September 12, 2017 at 9:03 am #60931Hi,
This error is due to an unsupported tag type, the Flomio SDK does not support the type B tags, only type A. The tag needs to be an ISO14443A tag.
Scott
September 12, 2017 at 12:14 pm #60940Thank you
Why is there no documentation specifying this?
The only way to know is through the error message from the SDK ?!
September 13, 2017 at 3:54 pm #60986Hi Reinaldo, our documentation is still coming along but available here:
We will be adding better error notifications to our Apps to help with issues like this.
thanks for your feedback,
Richard -
AuthorPosts
You must be logged in to reply to this topic.



