diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e479c8..47a85688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,3 @@ -## 6.14.2 - Release date: *2024-04-21* -- React Native >> Update iOS to 6.14.2 , Android to 6.14.0 -- React Native >> iOS >> Adding privacy manifest - ## 6.13.1 Release date: *2024-03-07* diff --git a/ios/Resources/PrivacyInfo.xcprivacy b/ios/Resources/PrivacyInfo.xcprivacy deleted file mode 100644 index 5da2889f..00000000 --- a/ios/Resources/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,73 +0,0 @@ - - - - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeDeviceID - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising - - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeProductInteraction - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAnalytics - - - - NSPrivacyTrackingDomains - - att-attr.whappsflyer.com - att-attr.appsflyer-cn.com - att-attr.hevents.appsflyer-cn.com - att-launches.whappsflyer.com - att-launches.appsflyer-cn.com - att-launches.hevents.appsflyer-cn.com - att-conversions.hevents.appsflyer-cn.com - att-conversions.appsflyer-cn.com - att-conversions.whappsflyer.com - att-dlsdk.hevents.appsflyer-cn.com - att-dlsdk.appsflyer-cn.com - att-dlsdk.whappsflyer.com - att-dlsdk.appsflyersdk.com - att-conversions.appsflyersdk.com - att-launches.appsflyersdk.com - att-attr.appsflyersdk.com - - NSPrivacyTracking - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - NSPrivacyAccessedAPITypeReasons - - C617.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - - - - diff --git a/react-native-appsflyer.podspec b/react-native-appsflyer.podspec index 087e5bd7..98d22912 100644 --- a/react-native-appsflyer.podspec +++ b/react-native-appsflyer.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.author = pkg["author"] s.source = { :git => pkg["repository"]["url"] } s.source_files = 'ios/**/*.{h,m}' - s.platform = :ios, "13.0" + s.platform = :ios, "9.0" s.static_framework = true s.dependency 'React' @@ -26,6 +26,6 @@ Pod::Spec.new do |s| Pod::UI.puts "#{s.name}: You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps." end s.dependency 'AppsFlyerFramework', '6.14.2' - s.resource_bundles = {'react_native_appsflyer_sdk_privacy' => ['Resources/PrivacyInfo.xcprivacy']} + s.resource_bundles = {'AppsFlyerFramework' => ['Resources/PrivacyInfo.xcprivacy']} end end