App Store Connect

RSS for tag

App Store Connect is a suite of tools for submitting and managing your apps and in-app purchases on the App Store.

App Store Connect Documentation

Posts under App Store Connect subtopic

Post

Replies

Boosts

Views

Activity

Can I migrate an App Clip by changing its App Group to match a different main app?
Hi, I’m trying to migrate an App Clip from one main app (App A) to another (App B). These two apps are under the same Apple Developer Account (Team ID), and each has its own App Group. I’m wondering: 1. If I change the App Group configured in the App Clip’s entitlements, will this effectively allow the App Clip to be treated as part of App B? 2. Will this change allow me to reuse the existing App Clip Experiences (e.g., NFC/QR code invocation URLs) that were originally associated with App A? 3. Is such a change sufficient for Apple to treat the App Clip as migrated, or are there additional steps (e.g., changing the Bundle ID, resubmitting the App Clip Experience, etc.) required to complete the migration? I want to confirm whether switching the App Group and submitting a new App Clip with the new app is a valid and seamless way to perform the migration. I understand App Groups are typically used for data sharing, not experience binding — but I want to clarify if switching App Groups affects App Clip–main app association from Apple’s perspective. Thanks in advance!
1
0
121
Jun ’25
App Clip not launching from QR code
I really need help guys:/ All works when testing, but not on production:/ Main app and its app clip is released. Here is the app: https://apps.apple.com/pl/app/ar-city-your-ar-experience/id6745802339 Here is the associated apple-app-site-association: https://arcity.ai/.well-known/apple-app-site-association and its content: HTTP/2 200 accept-ranges: bytes access-control-allow-origin: * age: 0 cache-control: public,max-age=86400 cache-status: "Netlify Edge"; fwd=miss content-type: application/json date: Wed, 28 May 2025 14:35:03 GMT etag: "59e807a4581e56f56ed0029251edda98-ssl" server: Netlify strict-transport-security: max-age=31536000 x-content-type-options: nosniff x-nf-request-id: 01JWBN2WHPEK443GB2VTZEWDGW content-length: 677 { "applinks": { "details": [ { "appIDs": ["TANE496532.com.arcity.app"], "components": [ { "#": "no_universal_links", "exclude": true, "comment": "Exclude links with this fragment." }, { "/": "/ar/*", "comment": "Matches any path under /ar/ for AR experiences." }, { "/": "/", "comment": "Match root path with optional query parameters." } ] } ] }, "webcredentials": { "apps": ["TANE496532.com.arcity.app"] }, "appclips": { "apps": ["TANE496532.com.arcity.app.clip"] } }% Here are metadata: Domain status: I added (obviously) default app clip experience, but also advanced app clip (which should be not needed as on iOS >16.4 default one should supports QR code scanning): When I check on my device under Settings -> Developer -> APP CLIPS TESTING -> check for "https://arcity.ai" I can see (that worries me:/): Launching app clip from smart banners works (you can check that by opening arcity.ai on your device), but scanning QR codes (with system camera) don't:/ It just opens Safari. Any thought appreciated.
5
1
217
Jun ’25
Migrating from App store notifications server v1 to v2
Our team is migrating from Apple Server Notifications V1 to V2. We have two primary questions regarding notification delivery during this transition: Is it possible to configure Apple to send V1 notifications to an existing V1 endpoint URL and V2 notifications to a separate V2 endpoint URL concurrently? If concurrent delivery to distinct URLs is not supported, what is the expected behavior for outstanding/pending V1 notifications when the notification endpoint URL is updated to the V2 URL? Are V1 notifications re-sent to the new V2 URL, or are they dropped?
0
0
114
Jun ’25
How to link subscription to a build?
Hello everyone The in-app subscription / purchase aren't loading in the version of my app that I'm submitting onto App Store Connect. Locally, I use StoreKit config to test/develop my app. I already have my subscription groups and legal stuff set up properly. However, when I goto my subscription group, a blue notice says Your first subscription must be submitted with a new app version. Create your subscription, then select it from the app’s In-App Purchases and Subscriptions section on the version page before submitting the version to App Review. Once your binary has been uploaded and your first subscription has been submitted for review, additional subscriptions can be submitted from the Subscriptions section. Learn More But when I goto Appstore Connect -> Apps -> the app I'm working on -> iOS -> Version 1.0 Prepare for Submission, I can't find any section regarding "In-App Purchases and Subscriptions". I also can't find it after going into the build by clicking on the build number(there's only Test Information and Build Metadata)
1
1
192
Jun ’25
Paid Apps Agreement Not Showing UP
In https://appstoreconnect.apple.com/business I only see the Free Apps Agreement which I already accepted, but the Paid Apps Agreement is not there. I am the account holder and already signed the new Apple Developer Program License Agreement, so those are not the reasons for this issue. I need to find and accept the Paid Apps Agreement because I have a subscription app on testflight which I want to publish to app store soon. Thanks in advance!
1
0
173
Jun ’25
Missing Hermes DSYMs in Archive
I have a React Native app that is complete. Works fine on device when debugging. When I archive and upload I receive an error that says I have missing DSYMs for Hermes. I check bundle contents and my app's dsyms are present but none for Hermes. I have tried everything ai suggests and I cannot figure it out. How can I get the Hermes dsyms included in my archive so I can upload my app to Apple store? Thank you
1
0
179
Jun ’25
ShazamKit supported for iOS app running on Mac Silicon?
I am having issues deploying my iOS app, that uses ShazamKit, to get working on a Mac with Apple silicon. When uploading the archive to App Store Connect I do get ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftShazamKit.dylib Is ShazamKit not supported for iOS apps that can run on Macs with Apple silicon? Or is there something I should fix in my setup / deployment?
3
0
375
Jun ’25
Automatic build numbering
Dear Experts, What is the current best practice for build numbering? I ask because I am aware that when exporting an archived app for upload I am now asked if I want Xcode to manage the build number for me. In the past I have set a build number in the Info.plist, often based on the date, e.g. 2.4.20230218. Now, I am asked if I want that to be replaced by something like 2.4.7 (if I recall correctly). So far I've answered No. Previously I have searched for automatic build numbering and I've found web pages that suggest adding a script to the build process that automatically increments the build number in the info.plist, or similar. I've not tried to implement that myself. In some of my apps, I have code that needs to know the full version at compile time (e.g. app receipt validation). How would that interact with the new feature? Thanks, Phil.
1
1
1.2k
Jun ’25
Cannot Select Alternate App Icon for Product Page Optimization A/B Test
I'm encountering an issue when trying to use alternate app icons in a Product Page Optimization A/B test on the App Store. Here's what I've done so far: I added my alternate icons to the ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES build setting. I set ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS to YES. All icons are correctly configured in the asset catalog, and I can switch them programmatically in the app using setAlternateIconName(_:completionHandler:) with no issues. However, when I go to App Store Connect and try to create a new product page variant, I don’t see any option to select an alternate app icon for A/B testing. It only allows me to change screenshots and preview videos. Am I missing a step, or is there any additional configuration required to allow icon testing in Product Page Optimization?
4
0
119
Jun ’25
Product Page Optimization regression: App Icon tab no longer available
I’m setting up a Product Page Optimization test, but there’s no App Icon tab to pick a different icon for each treatment. I ran a test like this a few months ago and had the App Icon tab, so I’m not sure why it’s missing now. All alternate icons work in my app (can switch between them) and are listed in the Catalog Compiler - Options › Alternate App Icon Sets build setting. Apple engineers: What are the requirements for the App Icon tab to display when creating a test? Everyone else: Could someone with an app with alternate icons start to create a Product Page Optimization test and tell me if you see the App Icon tab? I'd appreciate knowing if others are seeing this. 🙏 Here’s a screenshot from Apple’s Product Optimization Test doc showing the tab I’m missing:
2
0
139
Jun ’25
StoreKit 2 Product.products returns empty - Is Paid Apps Agreement required for sandbox testing?
Hi, I'm integrating in-app subscriptions using StoreKit 2 in my iOS app, and I've run into an issue where I'm unable to fetch any subscription products via: let products = try await Product.products(for: productIDs) This consistently returns an empty result (products.count == 0) when running on a real device using a sandbox account. Here's some relevant context of my current setup: This is the first version of the app adding in-app purchase subscriptions. In-App Purchase products are configured in App Store Connect, and marked as "Ready to Submit". The products are attached to the app version, and fully saved. A sandbox account is logged in on the test device. StoreKit Configuration local debug works fine — I can simulate purchases locally from Xcode. However, in the real sandbox environment, any attempt to fetch products returns no results. In App Store Connect > Agreements, Tax, and Banking, I currently see: Paid Application Agreement: Status = "Waiting for User Info" Banking Info: “In Progress” Tax Info: Not yet submitted ❓❓❓ My key question is: Does the "Paid Applications Agreement" need to be fully active (including bank + tax info complete) before in-app purchase products can be fetched in the sandbox environment? If so, it seems that this may be blocking my ability to: Test real subscription flows with sandbox accounts Pass App Store Review (since products cannot be loaded) Any clarification would be greatly appreciated! Thanks in advance.
1
0
204
Jun ’25
App Store Connect Documentation
Have we hard anything at all about this documentation being updated? I'm a first-time developer, I'm struggling with the relatively opaque approvals process, and all the articles they point me to are completely untethered from what App Store Connect actually looks like. Had the same issues a couple months ago when I was first playing with TestFlight, it's like all the documentation is referencing an older version of App Store Connect. Is there a cadence to when they update this stuff, or just... ?
1
0
80
Jun ’25
App Rejected for 4.3 Spam Without Proper Review – Need Clarification
Hello everyone, I’m reaching out to seek advice and support regarding a confusing issue I’m experiencing with my app’s review process. App ID: 6744330283 Here’s the situation: Versions 1.0 and 1.1 of my app were approved and successfully published on the App Store. However, updates 1.2 and 2.0 have both been rejected for Guideline 4.3 – Spam. The rejection happens extremely fast – less than 10 seconds after the app goes “In Review”, it gets rejected. There is no indication that the reviewer even launched the app. This is very frustrating because: The app has real user reviews, In-App Purchases, and active paying users. My app is 100% original – it is not a copy or template-based app. Even worse, the review process for versions 1.2 and 2.0 took over 7 days before even starting, and then they were rejected instantly, again without being opened. I’m happy to cooperate and improve my app further, but I feel like this may be a misunderstanding or a mistaken flag by an automated process. Has anyone experienced something similar? Is there any way to get a more thorough manual review or speak directly with the review team? Thanks in advance for any guidance or shared experience.
2
0
219
Jun ’25
Game Center Challenges not showing in App Store Connect or xcode 16.4
Apple just introduced a new Challenges feature in Game Center (WWDC 2025). I have Game Center enabled for my app and have working leaderboards (and achievements). Now I want to implement challenges (connected to my leaderboards). But the Game Center Challenges not showing in App Store Connect or Xcode 16.4 I have a working GameCenterResources file in Xcode and it allows me to add Achievement, Leaderboard, Leaderboard Set, but no Challenges. I'm based out of Europe. Any ideas?
3
0
246
Jun ’25
June 5 Payment “Paid” But Still Not Received
Hi, My developer payment was marked as "Paid" on June 5, 2025 in App Store Connect. As of June 16, the funds have still not arrived in my bank account. Apple only provides a Transaction ID (324756355), but no EFT or SWIFT reference number. My bank confirmed there is no record of any incoming or returned payment. Other developers have received their June 5 payments already. Mine seems to be either not sent or stuck. Apple support keeps telling me to wait 30 days, but without proof of actual transfer, this isn’t acceptable. Has anyone experienced this kind of delay before? Thanks.
1
0
176
Jun ’25
Can I migrate an App Clip by changing its App Group to match a different main app?
Hi, I’m trying to migrate an App Clip from one main app (App A) to another (App B). These two apps are under the same Apple Developer Account (Team ID), and each has its own App Group. I’m wondering: 1. If I change the App Group configured in the App Clip’s entitlements, will this effectively allow the App Clip to be treated as part of App B? 2. Will this change allow me to reuse the existing App Clip Experiences (e.g., NFC/QR code invocation URLs) that were originally associated with App A? 3. Is such a change sufficient for Apple to treat the App Clip as migrated, or are there additional steps (e.g., changing the Bundle ID, resubmitting the App Clip Experience, etc.) required to complete the migration? I want to confirm whether switching the App Group and submitting a new App Clip with the new app is a valid and seamless way to perform the migration. I understand App Groups are typically used for data sharing, not experience binding — but I want to clarify if switching App Groups affects App Clip–main app association from Apple’s perspective. Thanks in advance!
Replies
1
Boosts
0
Views
121
Activity
Jun ’25
App Clip not launching from QR code
I really need help guys:/ All works when testing, but not on production:/ Main app and its app clip is released. Here is the app: https://apps.apple.com/pl/app/ar-city-your-ar-experience/id6745802339 Here is the associated apple-app-site-association: https://arcity.ai/.well-known/apple-app-site-association and its content: HTTP/2 200 accept-ranges: bytes access-control-allow-origin: * age: 0 cache-control: public,max-age=86400 cache-status: "Netlify Edge"; fwd=miss content-type: application/json date: Wed, 28 May 2025 14:35:03 GMT etag: "59e807a4581e56f56ed0029251edda98-ssl" server: Netlify strict-transport-security: max-age=31536000 x-content-type-options: nosniff x-nf-request-id: 01JWBN2WHPEK443GB2VTZEWDGW content-length: 677 { "applinks": { "details": [ { "appIDs": ["TANE496532.com.arcity.app"], "components": [ { "#": "no_universal_links", "exclude": true, "comment": "Exclude links with this fragment." }, { "/": "/ar/*", "comment": "Matches any path under /ar/ for AR experiences." }, { "/": "/", "comment": "Match root path with optional query parameters." } ] } ] }, "webcredentials": { "apps": ["TANE496532.com.arcity.app"] }, "appclips": { "apps": ["TANE496532.com.arcity.app.clip"] } }% Here are metadata: Domain status: I added (obviously) default app clip experience, but also advanced app clip (which should be not needed as on iOS >16.4 default one should supports QR code scanning): When I check on my device under Settings -> Developer -> APP CLIPS TESTING -> check for "https://arcity.ai" I can see (that worries me:/): Launching app clip from smart banners works (you can check that by opening arcity.ai on your device), but scanning QR codes (with system camera) don't:/ It just opens Safari. Any thought appreciated.
Replies
5
Boosts
1
Views
217
Activity
Jun ’25
Migrating from App store notifications server v1 to v2
Our team is migrating from Apple Server Notifications V1 to V2. We have two primary questions regarding notification delivery during this transition: Is it possible to configure Apple to send V1 notifications to an existing V1 endpoint URL and V2 notifications to a separate V2 endpoint URL concurrently? If concurrent delivery to distinct URLs is not supported, what is the expected behavior for outstanding/pending V1 notifications when the notification endpoint URL is updated to the V2 URL? Are V1 notifications re-sent to the new V2 URL, or are they dropped?
Replies
0
Boosts
0
Views
114
Activity
Jun ’25
How to link subscription to a build?
Hello everyone The in-app subscription / purchase aren't loading in the version of my app that I'm submitting onto App Store Connect. Locally, I use StoreKit config to test/develop my app. I already have my subscription groups and legal stuff set up properly. However, when I goto my subscription group, a blue notice says Your first subscription must be submitted with a new app version. Create your subscription, then select it from the app’s In-App Purchases and Subscriptions section on the version page before submitting the version to App Review. Once your binary has been uploaded and your first subscription has been submitted for review, additional subscriptions can be submitted from the Subscriptions section. Learn More But when I goto Appstore Connect -> Apps -> the app I'm working on -> iOS -> Version 1.0 Prepare for Submission, I can't find any section regarding "In-App Purchases and Subscriptions". I also can't find it after going into the build by clicking on the build number(there's only Test Information and Build Metadata)
Replies
1
Boosts
1
Views
192
Activity
Jun ’25
Paid Apps Agreement Not Showing UP
In https://appstoreconnect.apple.com/business I only see the Free Apps Agreement which I already accepted, but the Paid Apps Agreement is not there. I am the account holder and already signed the new Apple Developer Program License Agreement, so those are not the reasons for this issue. I need to find and accept the Paid Apps Agreement because I have a subscription app on testflight which I want to publish to app store soon. Thanks in advance!
Replies
1
Boosts
0
Views
173
Activity
Jun ’25
Missing Hermes DSYMs in Archive
I have a React Native app that is complete. Works fine on device when debugging. When I archive and upload I receive an error that says I have missing DSYMs for Hermes. I check bundle contents and my app's dsyms are present but none for Hermes. I have tried everything ai suggests and I cannot figure it out. How can I get the Hermes dsyms included in my archive so I can upload my app to Apple store? Thank you
Replies
1
Boosts
0
Views
179
Activity
Jun ’25
ShazamKit supported for iOS app running on Mac Silicon?
I am having issues deploying my iOS app, that uses ShazamKit, to get working on a Mac with Apple silicon. When uploading the archive to App Store Connect I do get ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftShazamKit.dylib Is ShazamKit not supported for iOS apps that can run on Macs with Apple silicon? Or is there something I should fix in my setup / deployment?
Replies
3
Boosts
0
Views
375
Activity
Jun ’25
Automatic build numbering
Dear Experts, What is the current best practice for build numbering? I ask because I am aware that when exporting an archived app for upload I am now asked if I want Xcode to manage the build number for me. In the past I have set a build number in the Info.plist, often based on the date, e.g. 2.4.20230218. Now, I am asked if I want that to be replaced by something like 2.4.7 (if I recall correctly). So far I've answered No. Previously I have searched for automatic build numbering and I've found web pages that suggest adding a script to the build process that automatically increments the build number in the info.plist, or similar. I've not tried to implement that myself. In some of my apps, I have code that needs to know the full version at compile time (e.g. app receipt validation). How would that interact with the new feature? Thanks, Phil.
Replies
1
Boosts
1
Views
1.2k
Activity
Jun ’25
Cannot Select Alternate App Icon for Product Page Optimization A/B Test
I'm encountering an issue when trying to use alternate app icons in a Product Page Optimization A/B test on the App Store. Here's what I've done so far: I added my alternate icons to the ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES build setting. I set ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS to YES. All icons are correctly configured in the asset catalog, and I can switch them programmatically in the app using setAlternateIconName(_:completionHandler:) with no issues. However, when I go to App Store Connect and try to create a new product page variant, I don’t see any option to select an alternate app icon for A/B testing. It only allows me to change screenshots and preview videos. Am I missing a step, or is there any additional configuration required to allow icon testing in Product Page Optimization?
Replies
4
Boosts
0
Views
119
Activity
Jun ’25
Product Page Optimization icon selection not visible
Hello, I have alternative icons on my app (this is the production build) yet I don't see the button to select an icon for a product page Treatment Do you know where the problem could come from ?
Replies
2
Boosts
0
Views
91
Activity
Jun ’25
Product Page Optimization regression: App Icon tab no longer available
I’m setting up a Product Page Optimization test, but there’s no App Icon tab to pick a different icon for each treatment. I ran a test like this a few months ago and had the App Icon tab, so I’m not sure why it’s missing now. All alternate icons work in my app (can switch between them) and are listed in the Catalog Compiler - Options › Alternate App Icon Sets build setting. Apple engineers: What are the requirements for the App Icon tab to display when creating a test? Everyone else: Could someone with an app with alternate icons start to create a Product Page Optimization test and tell me if you see the App Icon tab? I'd appreciate knowing if others are seeing this. 🙏 Here’s a screenshot from Apple’s Product Optimization Test doc showing the tab I’m missing:
Replies
2
Boosts
0
Views
139
Activity
Jun ’25
There is no "Product Page Optimization" option
I've looked everywhere in my App Store Connect dashboard and cannot find the section where I can do product page optimization for my app. I looked at some tutorials and in the forums but I don't see from my view in the dashboard to be able to follow the guide of finding this. Do I need to ask Apple to enable it for my app?
Replies
2
Boosts
0
Views
91
Activity
Jun ’25
StoreKit 2 Product.products returns empty - Is Paid Apps Agreement required for sandbox testing?
Hi, I'm integrating in-app subscriptions using StoreKit 2 in my iOS app, and I've run into an issue where I'm unable to fetch any subscription products via: let products = try await Product.products(for: productIDs) This consistently returns an empty result (products.count == 0) when running on a real device using a sandbox account. Here's some relevant context of my current setup: This is the first version of the app adding in-app purchase subscriptions. In-App Purchase products are configured in App Store Connect, and marked as "Ready to Submit". The products are attached to the app version, and fully saved. A sandbox account is logged in on the test device. StoreKit Configuration local debug works fine — I can simulate purchases locally from Xcode. However, in the real sandbox environment, any attempt to fetch products returns no results. In App Store Connect > Agreements, Tax, and Banking, I currently see: Paid Application Agreement: Status = "Waiting for User Info" Banking Info: “In Progress” Tax Info: Not yet submitted ❓❓❓ My key question is: Does the "Paid Applications Agreement" need to be fully active (including bank + tax info complete) before in-app purchase products can be fetched in the sandbox environment? If so, it seems that this may be blocking my ability to: Test real subscription flows with sandbox accounts Pass App Store Review (since products cannot be loaded) Any clarification would be greatly appreciated! Thanks in advance.
Replies
1
Boosts
0
Views
204
Activity
Jun ’25
Subscription renews with lower price than initial buy was made
Hi there, we have an issue with subscription renewal process. The price of the subscription is 169USD/year. But we see that some of the users renew at 129USD while other renew at normal 169USD price. What is the reason these users renew at lower price? Best regards, Mykhailo Tys
Replies
0
Boosts
1
Views
75
Activity
Jun ’25
App Store Connect Documentation
Have we hard anything at all about this documentation being updated? I'm a first-time developer, I'm struggling with the relatively opaque approvals process, and all the articles they point me to are completely untethered from what App Store Connect actually looks like. Had the same issues a couple months ago when I was first playing with TestFlight, it's like all the documentation is referencing an older version of App Store Connect. Is there a cadence to when they update this stuff, or just... ?
Replies
1
Boosts
0
Views
80
Activity
Jun ’25
How to remove a version
I inadvertently used the build number for the version number. How can I remove these versions/builds so that i can get back to my normal versioning scheme? I am now stuck using a version number of 110 instead of a build number of 110.
Replies
1
Boosts
0
Views
150
Activity
Jun ’25
App Rejected for 4.3 Spam Without Proper Review – Need Clarification
Hello everyone, I’m reaching out to seek advice and support regarding a confusing issue I’m experiencing with my app’s review process. App ID: 6744330283 Here’s the situation: Versions 1.0 and 1.1 of my app were approved and successfully published on the App Store. However, updates 1.2 and 2.0 have both been rejected for Guideline 4.3 – Spam. The rejection happens extremely fast – less than 10 seconds after the app goes “In Review”, it gets rejected. There is no indication that the reviewer even launched the app. This is very frustrating because: The app has real user reviews, In-App Purchases, and active paying users. My app is 100% original – it is not a copy or template-based app. Even worse, the review process for versions 1.2 and 2.0 took over 7 days before even starting, and then they were rejected instantly, again without being opened. I’m happy to cooperate and improve my app further, but I feel like this may be a misunderstanding or a mistaken flag by an automated process. Has anyone experienced something similar? Is there any way to get a more thorough manual review or speak directly with the review team? Thanks in advance for any guidance or shared experience.
Replies
2
Boosts
0
Views
219
Activity
Jun ’25
Game Center Challenges not showing in App Store Connect or xcode 16.4
Apple just introduced a new Challenges feature in Game Center (WWDC 2025). I have Game Center enabled for my app and have working leaderboards (and achievements). Now I want to implement challenges (connected to my leaderboards). But the Game Center Challenges not showing in App Store Connect or Xcode 16.4 I have a working GameCenterResources file in Xcode and it allows me to add Achievement, Leaderboard, Leaderboard Set, but no Challenges. I'm based out of Europe. Any ideas?
Replies
3
Boosts
0
Views
246
Activity
Jun ’25
Subscription status "waiting for review" in App Store Connect
This is my first app subscription submission. I submitted it a week ago today and the status for the sub still says "Waiting for Review". I assume there's nothing for me to do at this point other than wait for Apple's approval. How long do these things normally take?
Replies
0
Boosts
0
Views
67
Activity
Jun ’25
June 5 Payment “Paid” But Still Not Received
Hi, My developer payment was marked as "Paid" on June 5, 2025 in App Store Connect. As of June 16, the funds have still not arrived in my bank account. Apple only provides a Transaction ID (324756355), but no EFT or SWIFT reference number. My bank confirmed there is no record of any incoming or returned payment. Other developers have received their June 5 payments already. Mine seems to be either not sent or stuck. Apple support keeps telling me to wait 30 days, but without proof of actual transfer, this isn’t acceptable. Has anyone experienced this kind of delay before? Thanks.
Replies
1
Boosts
0
Views
176
Activity
Jun ’25