Currently developing a vehicle rental App in flutter for iOS/Android.
Our business has an affiliate system whereby affiliates are assigned a unique QR Code for app downloads. When a new user scans QR Code, the system needs to not only direct/attribute that App Store download to the affiliate, but also any rentals the user makes should attribute a % of rental fees to the affiliate.
How exactly can this be done? How can we link that user’s app/purchase activity to the affiliate?
i should say these aren’t exactly ‘In-App’ purchases. Any rental transaction is routed through a stripe-like payment processor.