Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › Error Domain=FlomioSDK Code=-18
Tagged: Errors
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.}
Hi there,
Any advice about this issue?
Thanks
Hey Guys,
We’re pretty much stuck here.
Hello,
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}];
}
});
}
Hi,
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
Thank you
Why is there no documentation specifying this?
The only way to know is through the error message from the SDK ?!
Hi 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
You must be logged in to reply to this topic.