Skip to content

Instantly share code, notes, and snippets.

@barrault01
Last active August 29, 2022 15:42
Show Gist options
  • Save barrault01/43c27f5456296d34629790c064e939d7 to your computer and use it in GitHub Desktop.
Save barrault01/43c27f5456296d34629790c064e939d7 to your computer and use it in GitHub Desktop.
Configure SKAdImpression with SKAdNewtwork 4.0
let impression = SKAdImpression()
// SKAdNewtwork 3.0
impression.adCampaignIdentifier = 34
// SKAdNewtwork 4.0
impression.sourceIdentifier = 9537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment