Upgrade guide
Upgrading The iOS SDK From 3.4.1 To 3.4.2
Cocoa Pods
- Update your
Podfile. See pod versions in CocoaPods integration guide
# pod 'Appodeal', '~> 3.4.1'
pod 'Appodeal', '~> 3.4.2'
Manual
Manual integration is temporary unavailable
Upgrading The iOS SDK From 3.4.0 To 3.4.1
Cocoa Pods
- Update your
Podfile. See pod versions in CocoaPods integration guide
# pod 'Appodeal', '~> 3.4.0'
pod 'Appodeal', '~> 3.4.1'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.4.0-beta.2 To 3.4.0
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide -
Remove APDSmaatoAdapter and BidMachineSmaatoAdapter to make your app compatible with iOS 18
# pod 'Appodeal', '~> 3.4.0-beta.2'
pod 'Appodeal', '~> 3.4.0'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.4.0-beta.1 To 3.4.0-beta.2
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide -
Remove APDSmaatoAdapter and BidMachineSmaatoAdapter to make your app compatible with iOS 18
# pod 'Appodeal', '~> 3.4.0-beta.1'
pod 'Appodeal', '~> 3.4.0-beta.2'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.2 To 3.4.0-beta.1
Download Xcode 15.3 or higher, now it's minimum supported version.
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide -
Remove APDSmaatoAdapter and BidMachineSmaatoAdapter to make your app compatible with iOS 18
# pod 'Appodeal', '~> 3.3.2'
pod 'Appodeal', '~> 3.4.0-beta.1'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.1 To 3.3.2
Download Xcode 15.2 or higher, now it's minimum supported version.
Cocoa Pods
- Update your
Podfile. See pod versions in CocoaPods integration guide
# pod 'Appodeal', '~> 3.3.1'
pod 'Appodeal', '~> 3.3.2'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.0 To 3.3.1
Cocoa Pods
- Update your
Podfile. See pod versions in CocoaPods integration guide
# pod 'Appodeal', '~> 3.3.0'
pod 'Appodeal', '~> 3.3.1'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.0-beta.4 To 3.3.0
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.3.0-beta.4'
pod 'Appodeal', '~> 3.3.0'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.0-beta.3 To 3.3.0-beta.4
APDTapjoyAdapter was removed
APDCriteoAdapter was removed
APDStackCrashReporter was removed
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.3.0-beta.3'
pod 'Appodeal', '~> 3.3.0-beta.4'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.3.0-beta.2 To 3.3.0-beta.3
APDAdColonyAdapter was deprecated and is removed now
APDStackAnalyticsAdapter was deprecated and is removed now
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.3.0-beta.2'
pod 'Appodeal', '~> 3.3.0-beta.3'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
Upgrading The iOS SDK From 3.2.1 To 3.3.0-beta.2
APDAdColonyAdapter is now deprecated and will be removed in the next release
APDStackAnalyticsAdapter is now deprecated and will be removed in the next release
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.2.1'
pod 'Appodeal', '~> 3.3.0-beta.2'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
- Add libc++, libresolv, libz, libc++abi frameworks to Framework, Libraries, and Embedded Content in General settings of project
Upgrading The iOS SDK From 3.0 To 3.3.0-beta.1
+updateUserConsentGDPR was deprecated is removed now
+updateUserConsentCCPA was deprecated is removed now
+updateConsentReport was deprecated is removed now
If you used these methods, just remove them, it will not affect the SDK functionality
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.0'
pod 'Appodeal', '~> 3.3.0-beta.1'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
- Add libc++, libresolv, libz, libc++abi frameworks to Framework, Libraries, and Embedded Content in General settings of project
Upgrading The iOS SDK From 3.0 To 3.2.1
New version of StackConsentManager has been released. If you manually managed consent window, please visit page GDPR and CCPA
+updateUserConsentGDPR is now deprecated and will be removed in the next release
+updateUserConsentCCPA is now deprecated and will be removed in the next release
+updateConsentReport is now deprecated and will be removed in the next release
Cocoa Pods
-
Update your
Podfile. See pod versions in CocoaPods integration guide# pod 'Appodeal', '~> 3.0'
pod 'Appodeal', '~> 3.2.1'
Manual
- Download the latest version of Appodeal.zip
- Add all downloaded content to Framework, Libraries, and Embedded Content in General settings of project.
- Add libc++, libresolv, libz, libc++abi frameworks to Framework, Libraries, and Embedded Content in General settings of project