Hi Apple,
My app has been updated to use AppTrackingTransparency framework. I show a popup using requestTrackingAuthorizationWithCompletionHandler on app launch. On the popup I make a choice, e.g. I allow the tracking. Then I move my app to background and go to the tracking settings page in the Setting app and change the tracking setting for my app. After that I see that my app is terminated by the system.
The following message I see in the console:
tccd Terminating <myapp> because access to the kTCCServiceUserTracking service changed.
Is it an expected behaviour?
My device is iPhone XS with iOS 14 Beta 8.
Thanks,
Mike