Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Entitlements Not Set #8

Open
ariveraati opened this issue Feb 14, 2018 · 0 comments
Open

iOS Entitlements Not Set #8

ariveraati opened this issue Feb 14, 2018 · 0 comments

Comments

@ariveraati
Copy link

ariveraati commented Feb 14, 2018

It appears the plugin.xml file is missing the necessary entitlements for iOS to function properly.

<config-file target="*-Info.plist" parent="UIBackgroundModes">
    <array>
        <string>remote-notification</string>
    </array>
</config-file>
<config-file target="*-Debug.plist" parent="aps-environment">
    <string>development</string>
</config-file>
<config-file target="*-Release.plist" parent="aps-environment">
    <string>production</string>
</config-file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant