I have Xamarin iOS app. I added UNNotificationServiceExtension for my app. And now I am getting the following error:
Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement
not supported by your current provisioning profile, or your device is not part of the current
provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016).
I am using separate IDs for my app and extension. also i created separate profiles for each id. only I remove the extension - then I can sign (deploy) my application.
This is example my identifier:
app: com.my.testapp
ext: com.my.testapp.NotifExt
Any advice - I would be very grateful