Since iOS 14 app tracking is introduced. I need help in SKAdNetwork implementation. as it is a new concept i didn't find any proper tutorial or documentation.
I just got one Apple documentation https://developer.apple.com/documentation/storekit/skadnetwork/
from here what i understood is we can implement skadnetwork in two ways
1)Source apps: ad networks shows ad in our app
2)Advertised apps: our app will be shown as ad in other apps to download
now my question is how to configure our app in these ways and how to implement their methods i didn't get any codes for method implementation. please guide me this concept.