appmetrica / appmetrica-sdk-ios

AppMetrica SDK for iOS
https://appmetrica.io
MIT License
56 stars 6 forks source link

AppMetricaCore NSPrivacyTrackingDomains #20

Closed va1et closed 1 day ago

va1et commented 2 weeks ago

📚 AppMetrica SDK Version

5.2.0

🛠️ Xcode Version

15.0

📱 Device Information

iPhone 15 Pro

⚙️ Installation Method

CocoaPods

📝 Description

TMS-91107: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “Frameworks/AppMetricaCore.framework/AppMetricaCore.bundle/PrivacyInfo.xcprivacy”. In addition to the privacy manifest files in the locations outlined in the documentation, starting November 12, 2024, all privacy manifests you submit must have valid content. NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn’t empty. After last commit https://github.com/appmetrica/appmetrica-sdk-ios/commit/6cc0790122d2a79ea3a3a4ec2f47b60a8ee17ee5 i got this error after deploying new version

🔍 Reproducing the issue

No response

📋 Relevant AppMetrica Log Output or Crash Logs

Expand to view logs
``` // Your logs go here ```

📦 Attach Package.resolved (Swift Package Manager Users)

Click to expand Package.resolved
```json // Replace with your Package.resolved contents ```

🍫 Attach Podfile.lock (CocoaPods Users)

Click to expand Podfile.lock
```ruby // Replace with your Podfile.lock contents ```
GLinnik21 commented 2 weeks ago

Hi, @va1et! We're aware of this PrivacyInfo.xcprivacy issue, and the commit you referenced (6cc0790) is indeed the fix, but it hasn't made it to the official release yet. This change isn't available in the release version you're using (5.2.0) unless you're specifically using CocoaPods with the main branch containing the fix. You'll need to either update your CocoaPods configuration to use that specific branch or wait for the next official release.

LaCost765 commented 2 weeks ago

Hi, @va1et! We're aware of this PrivacyInfo.xcprivacy issue, and the commit you referenced (6cc0790) is indeed the fix, but it hasn't made it to the official release yet. This change isn't available in the release version you're using (5.2.0) unless you're specifically using CocoaPods with the main branch containing the fix. You'll need to either update your CocoaPods configuration to use that specific branch or wait for the next official release.

Hi! May I know when you will publish a release with a fix for this problem?

waslost0 commented 2 weeks ago

similar issue with flutter package https://pub.dev/packages/appmetrica_plugin

Sergey70 commented 2 weeks ago

Hi, @va1et! We're aware of this PrivacyInfo.xcprivacy issue, and the commit you referenced (6cc0790) is indeed the fix, but it hasn't made it to the official release yet. This change isn't available in the release version you're using (5.2.0) unless you're specifically using CocoaPods with the main branch containing the fix. You'll need to either update your CocoaPods configuration to use that specific branch or wait for the next official release.

Hi! May I know when you will publish a release with a fix for this problem?

Hello, the release is expected to be approximately next week.

ninasaveljeva commented 1 week ago

Same error on AppMetrica version 5.7.0

Amavy commented 4 days ago

Hi, @va1et! We're aware of this PrivacyInfo.xcprivacy issue, and the commit you referenced (6cc0790) is indeed the fix, but it hasn't made it to the official release yet. This change isn't available in the release version you're using (5.2.0) unless you're specifically using CocoaPods with the main branch containing the fix. You'll need to either update your CocoaPods configuration to use that specific branch or wait for the next official release.

Hi! May I know when you will publish a release with a fix for this problem?

Hello, the release is expected to be approximately next week.

Hi! Any updates?

Sergey70 commented 4 days ago

Hi, @va1et! We're aware of this PrivacyInfo.xcprivacy issue, and the commit you referenced (6cc0790) is indeed the fix, but it hasn't made it to the official release yet. This change isn't available in the release version you're using (5.2.0) unless you're specifically using CocoaPods with the main branch containing the fix. You'll need to either update your CocoaPods configuration to use that specific branch or wait for the next official release.

Hi! May I know when you will publish a release with a fix for this problem?

Hello, the release is expected to be approximately next week.

Hi! Any updates?

Thank you for your patience, and we apologize for the delay. The release is expected in the next few days. We're in the final stages of preparation, and everything is on track.

Sergey70 commented 1 day ago

Released version 5.8.0 including the fix.