App Capabilities
App Capabilities
- Push notifications : Required to notify parent app from backend.
- Background modes : Required to awake parent app when it is in background/suspended.
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>