Cordova Slack Digest

Thu, 14 Jan 2021 09:07:03 GMT

User count: 4324

Join the conversation at slack.cordova.io

Channel #random (1 messages)


Wed, 13 Jan 2021 23:20:09 GMT

@tom says

@tom has left the channel

Channel #general (2 messages)


Wed, 13 Jan 2021 10:23:36 GMT

@livethefree says

hello community, > host os : windows 10 > guest os : mac > cordova (on guest): 10 > cordova platform: ios@6.1.1 issue > 1️⃣ running, > cordova build ios > throws following: EACCESS: permission denied, unlink ‘users/<path_to_projectt>/config.xml’

Wed, 13 Jan 2021 12:48:59 GMT

@norman137 says

looks like the file may not be owned by your user.

What user/group owns config.xml (use ls -al to find out) and what is your current user? (use whoami to find out)

Channel #cordova-ios (4 messages)


Thu, 14 Jan 2021 01:14:13 GMT

@mathewp.94 says

Is there a cordova plugin for requesting permissions on iOS? I might need one for providing a prompt for users to accept push notifications

Thu, 14 Jan 2021 01:21:47 GMT

@dpogue says

Typically the push notification plugin would handle the prompting for permission

Thu, 14 Jan 2021 02:56:01 GMT

@norman137 says

I‘d check if https://github.com/dpa99c/cordova-diagnostic-plugin has what you’re looking for. I use this plugin to have complete control over when to ask for permissions, I just don't know if it supports push notifications stuff.

Thu, 14 Jan 2021 02:57:25 GMT

@norman137 says

If you use that plugin in production, be sure to read about specifying modules to avoid having your app declaring a wide range of permissions: https://github.com/dpa99c/cordova-diagnostic-plugin#specifying-modules

Channel #plugins (1 messages)


Wed, 13 Jan 2021 21:09:26 GMT

@slackbot says

This message was deleted.