Post

Replies

Boosts

Views

Activity

Reply to Server to server notification
We are having the same issue on our side with our server properly accepting TLS V1.2 connections. However validating the TEST notification, the response was a "firstSendAttemptResult": "TLS_ISSUE". Here's the CURL information to our server (domain redacted). * Connected to xxx.xxx (xxx.xxx.xxx.xxxx) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: *  CAfile: /etc/ssl/cert.pem *  CApath: none * (304) (OUT), TLS handshake, Client hello (1): * (304) (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: *  subject: CN=xxxxxxx *  start date: Feb 28 00:00:00 2023 GMT *  expire date: Feb 28 23:59:59 2024 GMT *  subjectAltName: host "xxxx" matched cert's "xxx" *  issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA *  SSL certificate verify ok. > GET / HTTP/1.1 Can you help us clear that issue? Thanks
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’23
Reply to Custom font doesn't appear in Interface Builder
Did you solved this. I'm having the same issue here since updating to Xcode 16.x
Replies
Boosts
Views
Activity
Feb ’25
Reply to No longer able to sign in with sandbox account in the App Store app on macOS 14 Sonoma
We found our problem regarding the sandbox login error. Seems like the account was associated to an AppleId that was invalid. After logging out of the Apple ID account (using the System Settings window), we were able to log back into the sandbox account using the AppStore -> Settings option
Replies
Boosts
Views
Activity
Nov ’23
Reply to No longer able to sign in with sandbox account in the App Store app on macOS 14 Sonoma
Same thing here. Also all sandbox subscriptions using those testers account are failing...
Replies
Boosts
Views
Activity
Nov ’23
Reply to Server to server notification
We are having the same issue on our side with our server properly accepting TLS V1.2 connections. However validating the TEST notification, the response was a "firstSendAttemptResult": "TLS_ISSUE". Here's the CURL information to our server (domain redacted). * Connected to xxx.xxx (xxx.xxx.xxx.xxxx) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: *  CAfile: /etc/ssl/cert.pem *  CApath: none * (304) (OUT), TLS handshake, Client hello (1): * (304) (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: *  subject: CN=xxxxxxx *  start date: Feb 28 00:00:00 2023 GMT *  expire date: Feb 28 23:59:59 2024 GMT *  subjectAltName: host "xxxx" matched cert's "xxx" *  issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA *  SSL certificate verify ok. > GET / HTTP/1.1 Can you help us clear that issue? Thanks
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How to sign jwt token for calling app store connect api?
Can you post the details (redacted from private info) of your JWT. You should not have to supply the public key. It is already stored within Apple's server and referenced via the "kid" in the header. You can try manually generating a signed token with proper parameters and keys here and see if the signature validates. https://token.dev/
Replies
Boosts
Views
Activity
Mar ’23
Reply to Not receiving any App Store Server Notifications
Hello @boulzz; We are seeing the same issue here even when forcing the TLS connection to be V1.2. Any luck into solving this? Thanks
Replies
Boosts
Views
Activity
Mar ’23
Reply to Starting price for subscription schedule price not reflecting pricing tier
Reported also as FB10684500
Replies
Boosts
Views
Activity
Jul ’22