I got this mail when publish app to TestFlight:
Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode 8 does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file.
I use Microsoft visual studio for mac. In entitlement.plist Push Notification is disabled and in Developer Apple Account / App IDs / Push notification it's disabled too. Example I don't want to use push notification. What I need to do to not get this mail ?
Link Behavior
in your release configuration set toDon't Link
? : stackoverflow.com/a/47256973/4984832 – SushiHangover