Native iOS setup
Configure AppActor first, then enable Apple Search Ads tracking:configure(...) completes can fail because the SDK runtime is not ready yet.
Wrapper setup note
Flutter and React Native expose a wrapper-levelenableSearchAdsTracking(...) registration that should be called before the wrapper configure(...) call when you want ASA enabled during startup.
The wrapper registers the intent early. The native iOS helper still runs after native configure is ready.
Diagnostics
iOS-only ASA surfaces include:asaDiagnostics()pendingASAPurchaseEventCountAppActor.asaFirstInstallOnDeviceAppActor.asaFirstInstallOnAccount
Privacy and product use
Apple Ads data is acquisition context. It should enrich analytics and attribution, but it should not directly grant premium access. Review App Store privacy disclosures whenever your app opts into additional device or advertising identifiers.Apple Ads Integration
Connect dashboard credentials, bind an app, and enable SDK attribution.
Apple Ads Analytics
Read spend, CPA, revenue, and ROAS for campaigns, ad groups, and keywords.
Flutter Apple Search Ads
Use the Flutter wrapper ASA registration and diagnostics.
React Native Apple Search Ads
Use the React Native wrapper ASA registration and diagnostics.