Releases: amplitude/Amplitude-iOS
Releases · amplitude/Amplitude-iOS
v3.8.5
v3.8.4 Re-release
- Added support for integration via Carthage. Thanks to @mpurland for the original PR. Thanks to @lexrus for follow up PR to fix framework naming.
- Cleaned up warnings for expression result unused.
- Note if you installed 3.8.4 on August 18, just rerun
pod install
orcarthage update
to pull in the new changes. The re-release was to fix the Carthage framework naming.
v3.8.3
v3.8.2
v3.8.1
v3.8.0
- Add support for iOS Extensions. See the Readme for instructions, or check out our iOS-Extension-Demo. Credit to @andyyc for the original PR.
- Fix bug where subsequent calls to
initializeApiKey
after the first were not being ignored. - Guard debug log statements with a debug flag (disabled by default). To enable debug logging, change
AMPLITUDE_DEBUG
from0
to1
at the top of the Objective-C file you wish to examine.
v3.7.1
- Add documentation for SDK functions. You can take a look here. A link has also been added to the Readme.
- Updated device mapping with iPhone SE, iPad Mini 4, and iPad Pro.
- Fix crash during upgradePrefs in the init method. This bug affected app users who were upgrading from an old version of an app using Amplitude iOS v2.1.1 or earlier straight to a version of the app using Amplitude iOS v3.6.0 or later.