Hi
I have setup universal links in our app ,
We have hosted our apple-app-site-association in our domain root directory
https://example.com/apple-app-site-association
and in Xcode, I have the associated domain set applinks:example.com
after redirecting on the Universal Links in some devices app open pop is coming
saying **Open in "APP_NAME"** ?
can someone help with the reson of this popup
can somone help
Post
Replies
Boosts
Views
Activity
Hi
I have setup universal links in our app ,
We have hosted our apple-app-site-association in our domain root directory
https://example.com/apple-app-site-association
and in Xcode, I have the associated domain set applinks:example.com
But in some devices the Universal links are not working
I've implemented the new offer code feature, but when I redeem an offer, locally on a develop cert,
it pulls the wrong apple id. The confirmation is always showing the apple id of the user signed into the phone, not the sandbox user. So I went ahead and tested against apple ids and it redeemed an offer, but there was a problem. According to here
When an existing customer redeems an offer code, your app receives a transaction on the payment queue
(paymentQueue(_:updatedTransactions:)
in the SKPaymentTransactionState.purchased state.
I got all that wired up to pick up transactions on the payment queue and I know it works, but when I redeem an offer code no transaction on the payment queue is fired. Without this event, this feature cannot be implemented.
Does anyone have this feature working locally on development? If so, please Let me know.
Thanks!
In-app purchase billing flow payment sheet coming twice in a Sandbox environment for Auto-renewable Subscriptions