Not listed in Background App Refresh

Settings App > General >Background App Refresh
My app Not listed in Background App Refresh.


Xcode Target > Capabilites > Backgroundmodes > Location update checked.

My app keep back ground by location update always , when Use location logger functions.

Core location document

Important: A user can explicitly disable background capabilities for any app. If a user disables Background App Refresh in the Settings app—either globally for all apps or for your app in particular—your app is prevented from using any location services in the background. You can determine whether your app can process location updates in the background by checking the value of the

backgroundRefreshStatus
property of the
UIApplication
class.


I know listed in Background App Refresh on Settings App.

1.Target > Capabilites > Backgroundmodes > Background fetch checked.

2.Target > Capabilites > Backgroundmodes > Remote notification checked.


But my app don't need Background fetch and Remote notification.


Questions

1.Can I use Target > Capabilites > Backgroundmodes > Background fetch check But My app don't need background fetch.

2.How Can I listed in Background App Refresh on Settings App other Method.