Skip to content

Commit

Permalink
Merge pull request #62 from AppsFlyerSDK/releases/6.x.x/6.3.x/6.3.0
Browse files Browse the repository at this point in the history
release 6.3.0
  • Loading branch information
af-margot authored May 25, 2021
2 parents 8d70411 + 0c51019 commit 2152083
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AppsFlyer integration for Segment.

## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.2.6.
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.3.0.

[![Version](https://img.shields.io/cocoapods/v/segment-appsflyer-ios.svg?style=flat)](http://cocoapods.org/pods/segment-appsflyer-ios)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand All @@ -18,6 +18,7 @@

## Table of content

- [Breaking changes](#breaking-changes)
- [Installation](#installation)
- [Usage](#usage)
- [Objective-C](#usage-obj-c)
Expand All @@ -32,6 +33,10 @@
- [Examples](#examples)


## <a id="breaking-changes"> ❗ Breaking Changes

- From version `6.3.0`, we use `xcframework` for iOS platform, then you need to use cocoapods version >= 1.10

## <a id="installation">Installation

### Cocoapods
Expand All @@ -42,12 +47,12 @@ To install the segment-appsflyer-ios integration:

**Production** version:
```ruby
pod 'segment-appsflyer-ios', '6.2.6'
pod 'segment-appsflyer-ios', '6.3.0'
```

**Strict mode SDK** version:
```ruby
pod 'segment-appsflyer-ios/Strict', '6.2.6'
pod 'segment-appsflyer-ios/Strict', '6.3.0'
```
Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids).

Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

### 6.3.0
* Updated iOS SDK to v6.3.0

### 6.2.61
* Fix podspec

Expand Down
2 changes: 1 addition & 1 deletion segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
s.version = "6.2.61"
s.version = "6.3.0"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down

0 comments on commit 2152083

Please sign in to comment.