Question

How to have flutter webhook receive promo code usage from iOS?

  • 12 March 2024
  • 1 reply
  • 17 views

Badge

I made a promo code purchase using the app store url method below, but the webhook did not pick up that purchase even though i have uploaded my App Store Connect API Key and my In-App Purchase Config Key in the settings. Any guidance on how to get the webhook to trigger if they go through this route? Thanks!

https://apps.apple.com/redeem?ctx=offercodes&id={apple_app_id}&code={code}

 


This post has been closed for comments

1 reply

Userlevel 3
Badge +5

Hi! Are you calling `syncpurchases` when you return to the app? Also, can you share the app user ID for this test user?