Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › iOS SDK issue
Tagged: iOS
When I tried to integrate your iOS SDK into my app (iOS 6 app), the setup looks like this:
self.nfcAdapter = [[FJNFCAdapter alloc] init];
[self.nfcAdapter setDelegate:self];
scanSoundPath = [[NSBundle mainBundle] pathForResource:@"scan_sound" ofType:@"mp3"];
fjAudioPlayer = [self.nfcAdapter getFJAudioPlayer];
And I could get callback to
- (void)nfcAdapter:(FJNFCAdapter *)nfcAdapter didHaveStatus:(NSInteger)statusCode
When I tried to scan a tag that I could see two long flash lights, however
- (void)nfcAdapter:(FJNFCAdapter *)nfcAdapter didScanTag:(FJNFCTag *)theNfcTag
this callback is not triggered.
The same tag would work in your example app tough (which means the callback did get called in your app), after spending hours to try to figure it out and I gave it up, I was just wondering if you could shed some light on the problem, did I miss anything or the setup is not correct?
Hey Luke, sorry for the delay on this. Were you able to get any further with your issue?
There have been a few updates you might be interested in reading about:
Richard.
You must be logged in to reply to this topic.