Hi, i am porting an app from Android to iOS.
The App uses bluetooth and has to connect to the device the moment it comes in range. I have successfully been able to connect to the device when the app is in bacground so almost everything is sorted, the only thing it lacks is a notification on lock screen.
In the android version the is a persistent notification because the app is in foreground mode and while it seems that there is no such mode in iOS i'd still like to have a persistent notification in the lock screen (and also notification center? i'm not sure) as the notification serves two puroses: It shows the current status of the app (disconnected/connected in state x/y/z/...) and it tells the user that the os has not killed the application.
How do i do this in iOS? I'm not really familliar with the design phylosophy so maybe notification is not even the correct term..
In the android version i have used the NB6 library.
Thanks to all who can help me
Jacopo
The App uses bluetooth and has to connect to the device the moment it comes in range. I have successfully been able to connect to the device when the app is in bacground so almost everything is sorted, the only thing it lacks is a notification on lock screen.
In the android version the is a persistent notification because the app is in foreground mode and while it seems that there is no such mode in iOS i'd still like to have a persistent notification in the lock screen (and also notification center? i'm not sure) as the notification serves two puroses: It shows the current status of the app (disconnected/connected in state x/y/z/...) and it tells the user that the os has not killed the application.
How do i do this in iOS? I'm not really familliar with the design phylosophy so maybe notification is not even the correct term..
In the android version i have used the NB6 library.
Thanks to all who can help me
Jacopo