Home › Forums › Ask the Flomies › Constant beep with iOS sdk
Tagged: Beep, FloBLE Plus, Flomio SDK
-
AuthorPosts
-
October 25, 2016 at 8:55 am #57048
Hi!
Just got my FloBle Plus and got the pro sdk and everything seems super snappy! BUT when i start the app i added the SDK to a constant high pitch sound. What is this?October 25, 2016 at 9:20 am #57049Hi Erik, this means that you’ve configured the SDK incorrectly. Make sure to follow the instructions in the README.md paying particular attention to the:
readerManager.selectedDeviceType = kFloBlePlus;
I just sent you our internal Test application via TestFlight to your email address on file. If you install this you will be able to sanity check your FloBLE Plus device. The sample code in the README.md file of the SDK was used to build this app so behaves in the way your should witness while implementing the code in your own app.
let us know if you have further issues.
RichardOctober 25, 2016 at 12:49 pm #57051Hi,
I got just the same issue. iOS 10, iPhone 6s, PRO SDK and this is the code:
ReaderManager *sharedManager = [ReaderManager sharedManager]; sharedManager.delegate = self; [sharedManager setDeviceType:kFloBlePlus]; sharedManager.deviceEnabled = [NSNumber numberWithBool:YES]; sharedManager.scanPeriod = [NSNumber numberWithInteger:500]; sharedManager.scanSound = [NSNumber numberWithBool:NO]; sharedManager.operationState = kReadUUID; [sharedManager updateReaderSettings]; [sharedManager startReaders]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(inactive) name:UIApplicationDidEnterBackgroundNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(active) name:UIApplicationDidBecomeActiveNotification object:nil];
Everything seems to work except for that constant noisy sound. Any suggestions?
October 26, 2016 at 6:43 am #57067Hi Christian and Erik,
I would suggest updating to Flomio SDK v2.1 (beta) and following the README for that using FmSessionManager, this may be a bug that has been fixed since the 2.0 version you are using.
Cheers,
ScottOctober 26, 2016 at 6:49 am #57068I seem to have the 1.9 Pro version. Where do i get the newer one? I got a link in my order email.
October 26, 2016 at 6:51 am #57069Yes that is good, but we paid for the PRO version because network connectivity is not guaranteed in our use case. Where can I get the updated PRO version?
October 26, 2016 at 6:52 am #57070This is because v1.9 is our most field tested version but there are many customers using v2.1 (beta) so it is reliably tested. Please let us know if you experience any issues with it.
I will email you the Pro version. 🙂Cheers,
ScottOctober 26, 2016 at 6:53 am #57071Christian and Erik, I’ve sent each of you the Flomio SDK Pro v2.1 Beta via your emails on file since the one Scott shared above is the Basic version. Let us know if you have any issues.
Best,
Richard -
AuthorPosts
You must be logged in to reply to this topic.