Re: [PR] feat: add privacy-manifest config support [cordova-ios]

2024-04-03 Thread via GitHub
Jeanlo commented on PR #1406: URL: https://github.com/apache/cordova-ios/pull/1406#issuecomment-2034557821 So, how do you exactly use this feature to comply with Apple guidelines? Because I keep receiving the email, they keep telling me that I need to fill: `NSPrivacyAccessedAPICategoryDisk

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-04-03 Thread via GitHub
alexp25 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2034784989 So once I have a list of the required declarations from the App Store report (NSPrivacyAccessedAPICategoryFileTimestamp, NSPrivacyAccessedAPICategoryUserDefaults, etc.), I would

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-04-03 Thread via GitHub
FranGhe commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2034823764 I'll wait for the stable version... I don't have any updates to make on my app at the moment. In any case you must give your right permissions to: - NSPrivacyAccessedAPI

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-04-03 Thread via GitHub
jcesarmobile commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2034865971 cordova-ios 7.1.0 was released a few hours ago -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-04-03 Thread via GitHub
mnowak-umich commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2034884591 That's great news -- is there a blog post or updated documentation to show us what to do exactly? -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] blog: cordova-ios@7.1.0 release announcement [cordova-docs]

2024-04-03 Thread via GitHub
erisu merged PR #1349: URL: https://github.com/apache/cordova-docs/pull/1349 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-04-03 Thread via GitHub
jcesarmobile commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2034962028 https://cordova.apache.org/announcements/2024/04/03/cordova-ios-7.1.0.html -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[I] browser: cordova.file.applicationDirectory returns an http:// URL instead of a file:// one [cordova-plugin-file]

2024-04-03 Thread via GitHub
gonzoMD opened a new issue, #619: URL: https://github.com/apache/cordova-plugin-file/issues/619 # Bug Report ## Problem cordova.file.applicationDirectory returns an "http://"; URL instead of a "file://" one. Therefore I am unable to list files inside a directory with window

Re: [I] browser: cordova.file.applicationDirectory returns an http:// URL instead of a file:// one [cordova-plugin-file]

2024-04-03 Thread via GitHub
breautek commented on issue #619: URL: https://github.com/apache/cordova-plugin-file/issues/619#issuecomment-2035103027 I don't think this is a bug... but probably an undocumented caveat with the browser implementation. `applicationDirectory` is the directory of your app installation

Re: [I] Cordova app on Android crashes after choosing file with native HTML file input, only on Android 13 [cordova-android]

2024-04-03 Thread via GitHub
jcesarmobile commented on issue #1698: URL: https://github.com/apache/cordova-android/issues/1698#issuecomment-2035655188 Can you provide a sample app that reproduces the issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] notification.alert not working on cordova run browser [cordova-plugin-dialogs]

2024-04-03 Thread via GitHub
nandarbin opened a new issue, #179: URL: https://github.com/apache/cordova-plugin-dialogs/issues/179 # Bug Report notification.alert ## Problem not working on cordova run browser ### What is expected to happen? ### What does actually happen? Notification Alert D