Skip to content

Commit

Permalink
fix: update the version of iOS SDK to address the Privacy Manifest is…
Browse files Browse the repository at this point in the history
…sue (#342)

* fix(rudder-sdk-react-native): update the version of ios sdk to address the Privacy Manifest issue

* chore(example): update podfile.lock
  • Loading branch information
1abhishekpandey authored Apr 24, 2024
1 parent 78af2a0 commit d81214c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ PODS:
- AppCenter/Core (5.0.4)
- AppCenter/Crashes (5.0.4):
- AppCenter/Core
- AppsFlyerFramework (6.14.0):
- AppsFlyerFramework/Main (= 6.14.0)
- AppsFlyerFramework/Main (6.14.0)
- AppsFlyerFramework (6.14.2):
- AppsFlyerFramework/Main (= 6.14.2)
- AppsFlyerFramework/Main (6.14.2)
- boost (1.83.0)
- BrazeKit (7.5.0)
- CleverTap-iOS-SDK (4.2.2):
Expand Down Expand Up @@ -1239,11 +1239,11 @@ PODS:
- React-Core
- RNRudderSdk (1.13.0):
- React
- Rudder (< 2.0.0, >= 1.26.0)
- Rudder (< 2.0.0, >= 1.26.3)
- RNSVG (14.1.0):
- React-Core
- RSCrashReporter (1.0.1)
- Rudder (1.26.2):
- Rudder (1.26.3):
- MetricsReporter (= 1.2.1)
- Rudder-Amplitude (1.1.1):
- Amplitude (= 8.16.0)
Expand Down Expand Up @@ -1592,7 +1592,7 @@ SPEC CHECKSUMS:
Amplitude: 4daad8eb8193b15353221dfd96c52220367cb3e8
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a
AppsFlyerFramework: 84e73360fc5b277da2a9322281c21cc467eaf023
AppsFlyerFramework: b3de9a49c6af8a8e38c44603e468b5e207f22466
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
BrazeKit: 55dfadd08105765a568137f5d24d46894186db65
CleverTap-iOS-SDK: 36c21b8a671d87a0f9c7b389b339d02528bbe4d7
Expand Down Expand Up @@ -1666,10 +1666,10 @@ SPEC CHECKSUMS:
React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNRudderSdk: ad5c072dcb874d9fe04f7e0f98dc6fc50e52b9f0
RNRudderSdk: c27e1d1cc0bf152b860f9bf5e5d75826102f24bb
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
RSCrashReporter: 6b8376ac729b0289ebe0908553e5f56d8171f313
Rudder: 2cb1d3feabeb46cf0b34921e99d464cd8a5dbc5f
Rudder: 23456f79749849870e18c45bd250d6e2229a7147
Rudder-Amplitude: a353ca07ba381d23ae587f2f74ea79a6c1563145
Rudder-AppCenter: 9eca9241e3707a0e9610714dd91dc8da4bae7e1f
Rudder-Appsflyer: 4a25dc0339185d2d7c89f8455d946f7bdb359036
Expand Down
2 changes: 1 addition & 1 deletion apps/example/src/app/RudderEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const RudderEvents = () => {
const disableAppCenterAnalytics = async () => {
await disableAnalytics();
};

const appsFlyerId = async () => {
const appsFlyerId = await getAppsFlyerId();
console.log(`AppsFlyer ID: ${appsFlyerId}`);
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/RNRudderSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '11.0'

s.dependency "React"
s.dependency "Rudder", '>= 1.26.0', '< 2.0.0'
s.dependency "Rudder", '>= 1.26.3', '< 2.0.0'
end


0 comments on commit d81214c

Please sign in to comment.