Skip to content

Introduction

The Sellwild SDK delivers programmatic display and video ads into native mobile applications through a managed Prebid Server instance. Banner auctions run through native Prebid Mobile and render in AdManagerBannerView / AdManagerAdView — no WebView in the ad path, no on-device JavaScript waterfall, no SDK bloat.

What's new in 1.3.2 (iOS)

  • Widened GMA + Prebid Mobile version ranges. SellwildSDK iOS 1.3.2 supports Google-Mobile-Ads-SDK >= 12.0, < 14.0 and PrebidMobile >= 3.0.1, < 4.0. If your app pins to GMA 12.x, you can now adopt SellwildSDK without forcing a 13.x jump. See the iOS guide for details.

What's new in 1.3.0

  • Banner ads now render natively through the Google Mobile Ads SDK + Prebid Mobile. The ad path no longer touches a WebView.
  • SellwildWidget (marketplace listings) still uses a WebView for listing rendering — that's intentional and unchanged.
  • Action required for upgraders. iOS now requires Xcode 16+ (PrebidMobile 3.x). Android minSdk is raised to 23. iOS apps must set GADApplicationIdentifier in Info.plist; Android apps must set the com.google.android.gms.ads.APPLICATION_ID <meta-data> entry in AndroidManifest.xml. See the platform guides for details.

How It Works

Your App
iOS / Android / RN / Flutter
1 SDK
Sellwild SDKNative
Ad Viewsbanner, MREC, video
Listing Cardsmarketplace
Event Trackingimpressions, clicks
< 200ms
Prebid ServerLive
prebid.sellwild.com
S2S OpenRTB auction
SSP Demand400+
AppNexus/Xandr
PubMatic
Magnite/Rubicon
Index Exchange
OpenX
TripleLift
Sharethrough
InMobi
Smaato
Yieldmo
Taboola
Media.net
Sovrn
Unruly
LoopMe
Nativo

Why Server-Side

Client-Side SDKsSellwild (Server-Side)
Integration10-40 individual SDKs1 SDK
AuctionOn-device, sequentialServer-side, parallel
Latency2-5s per waterfall<200ms total
App Size+30-80 MB+2 MB
Device IDsEach SDK reads separatelyPassed once, securely
UpdatesApp Store release requiredServer config change
ReportingFragmented across SSPsUnified dashboard

Supported Platforms

PlatformLanguageMin VersionPackage Manager
iOSSwift 5.5iOS 13+SPM / CocoaPods
AndroidKotlinAPI 21+Gradle (Maven)
React NativeTypeScriptRN 0.70+npm / yarn
FlutterDart 3Flutter 3.10+pub.dev

Ad Formats

FormatSizePlacement
Banner320x50Top/bottom of screen
MREC300x250In-feed, between content
Leaderboard728x90Tablet top/bottom
InterstitialFullscreenBetween screens
Video300x250, 320x480In-feed, interstitial
Native ListingsFlexibleIn-feed marketplace cards

Next Steps

Choose your platform to get started:

Or learn about the ad server:

  • Prebid Server — SSP configuration, GDPR, auction telemetry
  • Remote Config — change ad zones, refresh intervals, and waterfall partners without an app update

Sellwild SDK Documentation