Ways to make sure iOS app stays on in background
I am working on an iOS app that is connected to an ELD, which is a device that sends vehicle and gps data to a bluetooth connected phone. Basically my app works by connecting to it using bluetooth, and then parsing the packets that reach the phone every few seconds, and then creating logs from that data.
Ways to make sure iOS app stays on in background
I am working on an iOS app that is connected to an ELD, which is a device that sends vehicle and gps data to a bluetooth connected phone. Basically my app works by connecting to it using bluetooth, and then parsing the packets that reach the phone every few seconds, and then creating logs from that data.