iOS App Store
Even in-app subscriptions. The conversions other tools can't see.
How it works
StoreKit 2 lets you attach an appAccountToken (a UUID you generate) at the moment of purchase. We mint that token server-side and tie it to the affiliate's click before it ever reaches Apple.
Apple's App Store Server Notifications v2 ping our endpoint when a subscription starts, renews, or cancels. We verify each notification against the App Store Server API and credit or claw back commission accordingly.
The install-to-affiliate bridge uses a referral code entered in-app or a deferred deep link match. Device fingerprinting is banned since iOS 14.5, so we rely on these declared, user-consented signals only.
Setup
Attach an appAccountToken at purchase
Point App Store Server Notifications v2 at our endpoint
We verify and attribute
Commission on subscriptions and IAP
The native iOS App Store connector is in active development. Today you can attribute iOS-driven web conversions with the universal signed webhook.