segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Breaking Changes in Amplitude 7.0.0 Dependency #82

Closed jseetVICE closed 3 years ago

jseetVICE commented 3 years ago

Amplitude-iOS 7.0.0 Release Notes

Summary: Amplitude removed a few things and now Segment-Amplitude is broken.

Background: Users reported that IDFA MACRO still do not prevent app rejections. So we make both idfa and location tracking to be fully customer driven.

Add adSupportBlock to let idfa tracking to be customer driven. Add locationInfoBlock to let location tracking to be customer driven. Remove enableLocationListening, disableLocationListening and updateLocation APIs.

bsneed commented 3 years ago

Fixed in 3.2.1

yawaraym commented 3 years ago

@bsneed What if people want to use 3.1.0. as 3.2.1 using 4.x.x of analytics (segments) which is a pre-release.

bsneed commented 3 years ago

@yawaraym The dependency is unpinned. If you specify a specific version in your app's podfile, it should still work fine. If not, you'll need to fork and make any changes for the time being.