Posts

Post not yet marked as solved
0 Replies
274 Views
When users are at the page and tapping in/out of each category, the webpage will freeze and will not respond to any user input. Page freeze will occur both in the item screen or when going back to category screen User will have to close the browser and start over again Also encountered freezing webpage when user are at checkout screen This is only affecting iPhones but not iPads. They have tested this on the below devices and iOS versions: iPhone SE - iOS 13.5.1 iPhone XS - iOS 13.3.1 iPhone XS Max - iOS 13.5.1 This is the link : boilingpoint.alohaorderonline.com/mobile/splash
Posted Last updated
.
Post not yet marked as solved
2 Replies
22k Views
Hi,1. Is it really neccessary to have a private key in order to generate a client secret?2. Is there a way to generate a client secret without using a private key? How?3. Based on your documentation (https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens), it mention that the client secret contains header and payload. It didnt mention a private key to generate client secret. We have search some codes on how to generate client secret, and found out that they used private key in order to generate client secret. So how are we going to create a client secret based on your documentation which didnt mention using private key?Sample header and payload from documentation (https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens){ "alg": "ES256", "kid": "ABC123DEFG"}{ "iss": "DEF123GHIJ", "iat": 1437179036, "exp": 1493298100, "aud": "https://appleid.apple.com", "sub": "com.mytest.app"}
Posted Last updated
.
Post not yet marked as solved
3 Replies
3k Views
Hi guys, I know that apple sign in button is supported for only iOS 13 or later https://support.apple.com/en-hk/HT210318 . Do you have any ideas or workaround of it in order to work for lower iOS versions like 12 or below? Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
422 Views
Hi,We tried to implement the sign in button with apple. We already got a response accesstoken coming from https://appleid.apple.com/auth/token. Is there a way we could get the user information using the accesstoken?Please help https://appleid.apple.com/auth/token
Posted Last updated
.
Post not yet marked as solved
1 Replies
720 Views
I tried adding redirect_uri something like this http://mysite.com/Login.aspx/SignInUsingApple and it returns invalid uri. Why is that? the redirect uri I supplied is a valid page. Is it due to .aspx extension that causes the error? Please helpThanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
285 Views
Hi,We have an existing web application (old) which is built for many years and we have also a new application which is only for mobile web. They have separate codes. Our problem is that, we are trying to implement a sign in with apple button and our plan is that our redirect_uri would be common for both applications. Is there a way that we can determine if the user use the sign in with apple in old web application or in mobile web?Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
569 Views
Upon exploring in your documentation (https://developer.apple.com/documentation/signinwithapplerestapi) we want to integrate this in our product. Our goal is to have a separate api/appserver code to handle this extraction of user's information. So that we can expose our API endpoint to other team. Consumer of our API endpoint, we'll only pass a token generated in their side and our api/appserver will use the token to communicate with Apple Server to retrieve user's information and return to our consumers. 1. What is the exact Apple Web Service Endpoint to extract user's information. 2. Is it possible to create token separately accross different products (mobile app and api/appserver) and passing token only 3. Is there an apple online tool (e.g. https://developers.facebook.com/tools/explorer/) to generate token
Posted Last updated
.
Post not yet marked as solved
0 Replies
281 Views
Regarding the redirect_uri, In my account, I added a return url menard.orgfree.com/index.php . So when I click the sign in with apple button, it will display an error invalid url. Why is it an invalid url? What are some valid urls?
Posted Last updated
.