My app plays audio in background mode.
Question: when a user exits the app, how do you add a button/link to the top left screen to return them to the app?
(example pictured is google maps)
Thanks in advance.
My app plays audio in background mode.
Question: when a user exits the app, how do you add a button/link to the top left screen to return them to the app?
(example pictured is google maps)
Thanks in advance.
By default, media apps are not meant to do this.
You could pretend to be a Navigation app and ask for Location Services permissions to get access to Core Location. See Apple's documentation on it https://developer.apple.com/documentation/corelocation/getting_the_user_s_location/handling_location_events_in_the_background
Although I doubt that would get approved on the App Store.