Button Connectivity
We are busy developing an IOS app that will integrate the VSN Bluetooth button. However iOS sample for the device is written for an old iOS version.
So, when the user terminates the application, the V.ALRT device disconnects and doesn’t allow to connect to itself after reopening the application. So, we have to reset the device every time by holding its button for a long time.
Do you have an IOS sample code for a more recent IOS version such as IOS 9 and above?
-
Official comment
We do not have a new version of the sample code, however, the current version should be compatible with iOS 7, 8, 9 & 10 devices.
Following is the behavior we are seeing with our iOS 10 devices and the current sample app:
If the user “terminate” the app (i.e. double tap on home button and swipe up on the app), the V.ALRT will disconnect. Then if user reopens the app, it automatically reconnect to the V.ALRT. There’s no need to reset the device.
Note: I assume you already changed VALRT_DEVICE_LOCAL_NAME to match the MAC address of your V.ALRT
#define VALRT_DEVICE_LOCAL_NAME @"V.ALRT A3:37:53" //A3:37:53 get the address your V.ALRT and put it here
Please provide step by step instructions of what you did so we can try to reproduce it.
Comment actions
Please sign in to leave a comment.
Comments
1 comment