You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before installing Teads adapter, you need to implement [AppLovin Ads](https://dash.applovin.com/documentation/mediation/ios/getting-started/integration) in your application.
21
+
22
+
#### CocoaPods
23
+
24
+
If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), you just need to add this pod in your `Podfile`.
25
+
26
+
It will install Teads adapter and Teads SDK.
27
+
28
+
1. Add pod named `TeadsAppLovinAdapter` in your Podfile:
29
+
30
+
```ruby
31
+
platform :ios, '10.0'
32
+
pod 'TeadsAppLovinAdapter', '~> 5.0'
33
+
```
34
+
35
+
2. Run `pod install --repo-update` to install the adapter in your project.
36
+
3. Follow the [Create a custom Network](https://support.teads.tv/support/solutions/articles/36000357700-inread-applovin-mediation#create-a-custom-network) step to finish the integration.
37
+
4. You’re done.
38
+
39
+
40
+
## Integration Documentation
41
+
42
+
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000357700-inread-applovin-mediation).
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314785).
41
41
42
-
## 🕊 Migrating from v4 to v5
42
+
## 🕊 Migrating from v4 to v5
43
43
44
44
TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](https://support.teads.tv/support/solutions/articles/36000314772-migrating-from-v4-to-v5)
45
45
46
-
## 🚲 Run the sample app
46
+
## 🚲 Run the sample app
47
47
48
48
Clone this repository, open it with Xcode, and run project.
49
49
50
-
## 📦 Install the Teads SDK iOS framework
50
+
## 📦 Install the Teads SDK iOS framework
51
51
52
52
Teads SDK is currently distributed through CocoaPods. It includes everything you need to serve "outstream" video ads.
Teads SDK supports the [IAB](https://www.iabcertification.com/)[Open Measurement](https://iabtechlab.com/standards/open-measurement-sdk/) SDK, also known as OM SDK. The OM SDK brings transparency to the advertising world, giving a way to standardize the viewability and verification measurement for the ads served through mobile apps. Teads is part of the [IAB's compliant companies](https://iabtechlab.com/compliance-programs/compliant-companies/).
0 commit comments