I am trying to research on creating an iOS application which has background services running in the background. The application data needs to be accessed for this background service.
Also I want the app data stored on the device to be encrypted. But it says in the description at the Apple Developer page that if app data is encrypted it can only be accessed when the phone is unlocked by the user.
Does this mean that if a background service requires app data in any way it will not be allowed to access it?