Wiki
Clone wikiAATKit iOS / AATKit_Size
AATKit's size within you app
- Project Setup
- AATKit Initialisation
- Banner Integration
- Fullscreen Integration
- APP Open Integration
- Native Ads Integration
- Native Ads Integration - special ad network characteristics
- Promo Screen
- Sample
- Disable App Transport Security (ATS)
- Advanced Features
- Targeting
- Rewarded Video
- Frequency Capping
- Header documentation
- Important Remarks
- AATKit's Size within your app
- What is an AdSpace?
- Network-specific Information
- Statistics Delegate
- Reports Delegate
- Listen to impression level information
- AATKit AdMob custom events adapter (>= 2.77.x)
In order to see how much space the AATKit will take up in your app, you can consult the following table.
Apple's singleViewController app | .xcarchive | .app | executable |
---|---|---|---|
raw app | 2,3 MB | 245 KB | 209 KB |
app + frameworks + AATKit - Ad Network SDKs | 6,5 MB | 3,5 MB | 854 KB |
app + frameworks + AATKit + Ad Network SDKs | 55,9 MB | 22,6 MB | 20 MB |
Explanation:
- The raw app in the table corresponds to Apple's default single viewController app.
- When archiving your app, you'll end up with an .xcarchive file.
- An .app file is contained within the .xcarchive file.
- The executable binary is contained within the .app file.
#back (Important Remarks) #next (AATKit's Size within your app)
Updated