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

2024-05-08 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2101319965 > > Ah maybe because of the typo: "NSPrivacyAccessedAPITypes" - I think this should be "NSPrivacyAccessedAPIType"! I can confirm that my last iOS release was accepted

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

2024-05-06 Thread via GitHub
erisu commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2097366414 @remoorejr I believe the generated report will only display collected data, not API reasons. From Apple Developer docs:

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

2024-05-06 Thread via GitHub
remoorejr commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2096875613 Running some tests today and found that the Archive Privacy Report does NOT include any info on the API Types Accessed. It does include entries for Privacy Nutrition

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

2024-05-02 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2091102140 Not sure. cordova will only look for `` and create the app PrivacyManifest.xcprivacy starting in 7.1.0. Older versions will probably just simply ignore the directive. On

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

2024-05-02 Thread via GitHub
barettjfed commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2091091121 Thanks for the response! My issue has been resolved, but I cannot completely understand why. Curious if you would have any additional knowledge to explain it. We started

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

2024-05-02 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2090390525 > And I still received the ITMS-91056: Invalid privacy manifest error. Any ideas? Your manifest looks right to me. So few things to double check: 1.

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

2024-05-02 Thread via GitHub
barettjfed commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2090297106 @breautek Thanks for the response. I updated my config.xml to include this ``` NSPrivacyTracking NSPrivacyCollectedDataTypes

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

2024-05-01 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2088852659 > Is it expected that just these changes would have the malformed error? It doesn't make sense to declare that you're tracking without declaring what data you're

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

2024-05-01 Thread via GitHub
barettjfed commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2088840442 I am also coming across the ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “PrivacyInfo.xcprivacy” issue. Before

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

2024-04-29 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2082632985 I think you're privacy manifest is malformed. You have `NSPrivacyAcceessedAPITypes` key repeated, that key is to declare the `array` The array dicts should have a

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

2024-04-29 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2082631216 > I uploaded today and received this message from Apple: > > ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid:

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

2024-04-29 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2082625352 I uploaded today and received this message from Apple: ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid:

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

2024-04-17 Thread via GitHub
kunalSBasic commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2060615917 > Today, we uploaded an APP including the new directives in the config.xml and we did not receive any warning from Apple when processing the binary. > > The APP has

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

2024-04-16 Thread via GitHub
vtellez commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2060020214 Today, we uploaded an APP including the new directives in the config.xml and we did not receive any warning from Apple when processing the binary. The APP has been

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

2024-04-12 Thread via GitHub
Waadd114 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2051279237 For inexplicable reasons, I have apps that have the warning message and some of them don't. The compilation environment is the same. And I check the file privacyInfo and it is

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

2024-04-11 Thread via GitHub
vtellez commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2050234241 Hello, Has Apple already approved any of your APPs sent for review with these new specifications in your config.xml? -- This is an automated message from the Apache Git

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

2024-04-10 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2047230802 > I have exactly the same as @kunalSBasic but only with NSPrivacyAccessedAPITypes listed in config.xml. I also see nothing in xCode: For context, the one inside

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

2024-04-10 Thread via GitHub
kunalSBasic commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2047010419 > Ah I found it. @kunalSBasic we were looking in the wrong place... the privacy file is found in the project folder below "CordovaLib", here: > >

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

2024-04-10 Thread via GitHub
kunalSBasic commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2047004687 > It looks like there is a default PrivacyInfo.xcprivacy file found in the CordovaLib folder but it's not reflecting the config.xml settings. > > Any ideas?? I

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

2024-04-10 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2047004592 Ah I found it. @kunalSBasic we were looking in the wrong place... the privacy file is found here:

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

2024-04-10 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2046955845 It looks like there is a default PrivacyInfo.xcprivacy file found in the CordovaLib folder but it's not reflecting the config.xml settings. Any ideas?? -- This is an

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

2024-04-10 Thread via GitHub
ion-dev commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2046637790 I have exactly the same as @kunalSBasic but only with NSPrivacyAccessedAPITypes listen in config.xml. I also see nothing in xCode:

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

2024-04-09 Thread via GitHub
kunalSBasic commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2046531103 I have updated my cordova-ios to 7.1.0 and also added the manifest code in config.xml with all the required reasons. Though when i run the command ionic cordova prepare ios

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

2024-04-08 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2043063074 > Are there any plans to release a 6.x version with support for node v10 and including the privacy Manifest? I'm currently using cordova-ios 6.3 version and have some

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

2024-04-08 Thread via GitHub
muneer-khan commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2043050700 Are there any plans to release a 6.x version with support for node v10 and including the privacy Manifest? I'm currently using cordova-ios 6.3 version and have some

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

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

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

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: -

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-02 Thread via GitHub
Scooby27 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2033431633 I tested @FranGhe's example with config.xml with the nightly build and it was accepted by App Store Connect without warnings, thank you all! Will wait for the 7.1.0 release

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

2024-03-27 Thread via GitHub
FranGhe commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2024151458 First of all.. thanks to all for your hard work. Just today I published my app update and I have had the same notice from Apple about: ``` NSPrivacyAccessedAPITypes

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

2024-03-27 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022849192 > Is this new PR going to get rolled into a release or do I need to apply this myself -- apologies if this is a dumb question. No such thing as a dumb question. The 2

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

2024-03-27 Thread via GitHub
mnowak-umich commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022817432 Is this new PR going to get rolled into a release or do I need to apply this myself -- apologies if this is a dumb question. -- This is an automated message from the

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

2024-03-27 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022799484 > So essentially review all the plugins to identify which of them use these apis and why, then declare all of this in the new privacy manifest node of the config.xml file?

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

2024-03-27 Thread via GitHub
RedLightning123 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022780723 Thank you that helps clear up how we actually declare our manifest file. So essentially review all the plugins to identify which of them use these apis and why,

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

2024-03-27 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022720919 > I just wanted to clarify how we actually make our apps compliant with this new requirement if possible please. > > So we don't use any of these apis in our project but

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

2024-03-27 Thread via GitHub
RedLightning123 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2022697690 I just wanted to clarify how we actually make our apps compliant with this new requirement if possible please. So we don't use any of these apis in our project but

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

2024-03-21 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2012781477 > A newly upload app to test flight is getting flagged with this issue -- is there a resolution? PR https://github.com/apache/cordova-ios/pull/1383 was landed to allow

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

2024-03-21 Thread via GitHub
mnowak-umich commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2012732437 A newly upload app to test flight is getting flagged with this issue -- is there a resolution? -- This is an automated message from the Apache Git Service. To respond to

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

2024-03-15 Thread via GitHub
SavioScaglioni commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1999620623 Alguma novidade sobre a resolução do problema? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2024-03-06 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1981402482 I believe Cordova was flagged because if anybody is using the framework version of Cordova, (which the Cordova project does have, just isn't used by the CLI afaik) then it

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

2024-03-06 Thread via GitHub
jcesarmobile commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1981346883 My concern is that Apple has flagged the Cordova "framework" as one of the frameworks that has to provide a manifest, not users using the Cordova "framework", but the

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

2024-03-06 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1981202083 > Or will we need to switch to using a Cordova.framework as breautek commented? I think the main strength of using Cordova.framework is that the privacy manifest file

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

2024-03-06 Thread via GitHub
dpogue commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1980981428 > So are we sure the merged change will be enough when the Cordova's manifest doesn't seem to be part of the resulting user app? Since the CordovaLib privacy manifest is

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

2024-03-06 Thread via GitHub
jcesarmobile commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1980836495 Yeah, that's what I'm thinking, and since Apple tagged Cordova as a "framework" that needs to ship a privacy manifest, I don't think current changes cover the problem for

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

2024-03-06 Thread via GitHub
erisu commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1980770733 I believe the `PrivacyInfo.xcprivacy` manifest file in CordovaLib only used when CordovaLib is loaded into a project by CocoaPods. It is not used when a project is created by

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

2024-03-06 Thread via GitHub
jcesarmobile commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1980685504 I've tried master branch and I can see the privacy manifest in the CordovaLib project, but I don't think it's in the CordovaLib.a library file that gets generated from the

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

2024-02-29 Thread via GitHub
acn-masatadakurihara commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1972383532 https://developer.apple.com/news/?id=3d8a9yyh They say the policy will be applied in May. -- This is an automated message from the Apache Git Service. To

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

2023-12-10 Thread via GitHub
acn-masatadakurihara commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1849454039 I will also share an Issue that is being addressed by Flutter, which is facing the same problem. https://github.com/flutter/flutter/issues/131940 -- This is an

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

2023-12-08 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1847435551 Also watching https://developer.apple.com/forums/thread/742835 to see if there is a Apple response, if we do need that .framework target it will be helpful to know if SDK

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

2023-12-08 Thread via GitHub
breautek commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1847410109 > Cordova itself is not distributed as a .framework or .xcframework file, so as far as I'm aware no SDK signing is necessary. When you create a Cordova app, the CordovaLib code

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

2023-12-08 Thread via GitHub
dpogue commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-1847348413 Cordova itself is not distributed as a `.framework` or `.xcframework` file, so as far as I'm aware no SDK signing is necessary. When you create a Cordova app, the CordovaLib code

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

2023-12-08 Thread via GitHub
acn-masatadakurihara opened a new issue, #1391: URL: https://github.com/apache/cordova-ios/issues/1391 # Feature Request Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. Is there any push on Cordova's part to include Privacy Manifests