Sample apps demonstrating the logic needed to implement SKAdNetwork as an ad network, publisher and advertiser.
This repo contains:
Note: to use SKAN 4 run the sample apps using XCode 14
SingularAdvertiserSampleApp.xcodeproj
SingularPublisherSampleApp.xcodeproj
skadnetwork_server.py
is running (instructions below)ViewController.m
to set your own parametersViewController.m
starting in showAdClick
key.pem
cd skadnetwork-server
pip install -r requirements.txt
(make sure you are using python3)python skadnetwork_server.py
Now you should have a server listening on port 8000 that serves ad network responses to the publisher sample app.
prime256v1
curve, generate it by using:\
openssl ecparam -name prime256v1 -genkey -noout -out companyname_skadnetwork_private_key.pem