Skip to content

Commit e261661

Browse files
Update Readme.md and clean some useless files (#166)
1 parent 0c5a50d commit e261661

File tree

5 files changed

+27
-238
lines changed

5 files changed

+27
-238
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 210 deletions
This file was deleted.

README.md

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
1-
# TeadsSDK-ios
21

32

3+
![teads_logo](./ReadmeResources/teads_logo.png)
4+
5+
----
6+
47
Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This sample app includes Teads iOS framework and is showing integration examples.
58

69

710
> **⚠️ Important ⚠️**
8-
>
11+
>
912
> ***Xcode 13***
10-
>
13+
>
1114
> In Xcode 13, Apple introduced an option to override the version number of every plist present inside your app (https://developer.apple.com/forums/thread/690647). Even those from third parties frameworks like TeadsSDK. We used to rely on the plist to retrieve the TeadsSDK version. To prevent this, we changed the way we checked the SDK version since version 5.0.6. So please update your integration to at least version 5.0.6.
1215
>
1316
> ***Xcode 13 + iOS 15 device***
1417
>
1518
> [#155](https://github.com/teads/TeadsSDK-iOS/issues/155) building your application with **Xcode 13** and running it on **iOS 15 device** will crash when running TeadsSDK, we strongly advise to upgrade to [4.8.8 version](https://github.com/teads/TeadsSDK-iOS/releases/tag/v4.8.8) which fixes this crash
1619
>
1720
> You can still build and publish your app using Xcode 12 with older versions than 4.8.8
18-
>
21+
22+
## Table of Contents
23+
24+
- [Integration Documentation](#integration-documentation)
25+
- [Migrating from v4 to v5](#migrating-from-v4-to-v5)
26+
- [Run the sample app](#run-the-sample-app)
27+
- [Installation](#install-the-teads-sdk-ios-framework)
28+
- [Mediation Adapters](#mediation-adapters)
29+
- [Certifications](#certifications)
30+
- [Changelog](#changelog)
31+
32+
## Integration Documentation
33+
34+
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314785).
35+
36+
## Migrating from v4 to v5
37+
38+
TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](https://support.teads.tv/support/solutions/articles/36000314772-migrating-from-v4-to-v5)
1939

2040
## Run the sample app
2141

@@ -50,21 +70,6 @@ https://github.com/teads/TeadsSDK-iOS
5070

5171
Then select latest version available
5272

53-
### Carthage
54-
55-
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate TeadsSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
56-
57-
```ogdl
58-
github "teads/TeadsSDK-iOS"
59-
```
60-
61-
## Integration Documentation
62-
63-
Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000314785).
64-
65-
## Migrating from v4 to v5
66-
TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](https://support.teads.tv/support/solutions/articles/36000314772-migrating-from-v4-to-v5)
67-
6873
## Mediation Adapters
6974
- [Google AdMob](./MediationAdapters/TeadsAdMobAdapter/README.md)
7075
- [Twitter Mopub](./MediationAdapters/TeadsMoPubAdapter/README.md)
@@ -74,9 +79,10 @@ TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](
7479

7580
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/).
7681

77-
![iab certification badge](OMCompliant.png)
82+
![iab certification badge](./ReadmeResources/OMCompliant.png)
7883

7984

8085
## Changelog
8186

82-
See [changelog here](CHANGELOG.md).
87+
See [changelog here](https://github.com/teads/TeadsSDK-iOS/releases).
88+
File renamed without changes.

ReadmeResources/teads_logo.png

65.9 KB
Loading

0 commit comments

Comments
 (0)