Posts

Post not yet marked as solved
9 Replies
2.7k Views
I have some logic to analyze customer's subscription payments on server side. At all time I worked with subsctiptions I find some unexpected things (issues with dates, different behaviour of sandbox and production environments, unexpected responses from API), but this one is unacceptable for my mind:transaction_id may changes!For now I have about 1400 transactions which changes their transaction_id. Most of them were increased by 1 (but also possible to find several which has transaction_id increased by 2-4). Other transaction data has not been changed.Does anybody catch the same? Should I report a bug?Thanks.
Posted
by Stafox.
Last updated
.
Post not yet marked as solved
1 Replies
2.7k Views
I'm trying to implement SignIn with Apple on a web page.I successfully verified the domain (have uploaded confirmation file into .well-known dir) and green light icon have appeared.I've made needed configuration in developer account. But, when I click into the button I being redirected to https://appleid.apple.com/auth/authorize url where I saw an error.I tried both method of providing configuration (scope, client id, redirect uri, state) via html meta tags and via javascript, but got the same.A litlle bit more info I have provided in feedback ticket FB7346704In another topic I found that there might be required some manual application sync (to sync provided data between all Apple servers).What I should do to solve the issue and successfully implement Apple Sign In (JS) on webpage
Posted
by Stafox.
Last updated
.