Do you know how to add “push notification” to .entitlements file?
Maybe we have to add
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>
to .entitlements file, they mean turn on PushNotification of Capabilities.(I think the Capabilities of XCode is for MacOS not iOS. So I add Additional Plist Data in ProjectSetting.)
But, I can’t find where to add something to Entitlements. Do you know this? Or can you ask other people in the iOS department?