Overview

Post

Replies

Boosts

Views

Created

Navigation title issue in iOS 26
Navigation title also scroll below the content when using scrollview. working fine in iOS 18 and below. one of the UI component is outside the scrollview which is causing the issue. struct ContentView: View { var body: some View { VStack { Rectangle() .frame(maxWidth: .infinity) .frame(height: 60) .padding(.horizontal) .padding(.top) ScrollView { ForEach(0...5, id: \.self) { _ in RoundedRectangle(cornerRadius: 10) .fill(.green) .frame(maxWidth: .infinity) .frame(height: 100) .padding(.horizontal) } } } .navigationTitle("Hello World") } }
0
0
80
2d
Emergency: Account holder needs to be changed
Hello Apple Developer Community, CaseIDs: 102856372004, 102846656019 I’m hoping someone can advise me on a serious issue. Our organization’s Apple Developer Program account has been effectively locked because our Account Holder’s Apple ID is inaccessible. I need to either unlock that Apple ID or transfer the Account Holder role so we can manage our apps. I’ve already reached out to Apple Developer Support since last month, but so far, I haven’t received a response. This situation is critical because our clients rely on us to maintain and update our apps. Key details: • We’re enrolled as an Organization/Company. • The current Account Holder’s Apple ID is no more with Organization and cannot perform any actions. • I have admin/manager access through another Apple ID. I’ve reviewed the documentation on transferring the Account Holder role, but it appears the transfer can only be initiated by the current Account Holder, which is impossible at this point. If anyone has encountered a similar issue or knows a more efficient route to escalate, I’d be extremely grateful for your insights. Thanks in advance for any advice you can share. This is critical to our organization, and we’d appreciate any pointers on how to navigate or expedite the support process.
0
0
6
2d
Navigation title scroll issue in iOS 26
Navigation title scroll along with the content in iOS 26. working fine in iOS 18 and below. One of my UI component is outside the scrollview which is causing the issue. var body: some View { VStack { Rectangle() .frame(maxWidth: .infinity) .frame(height: 60) .padding(.horizontal) .padding(.top) ScrollView { ForEach(0...5, id: \.self) { _ in RoundedRectangle(cornerRadius: 10) .fill(.green) .frame(maxWidth: .infinity) .frame(height: 100) .padding(.horizontal) } } } .navigationTitle("Hello World") } }
0
0
17
2d
[Apple Sign-In] How to handle missing transfer_sub and the 60-day migration limit during App Transfer?
Hello everyone, We are currently preparing for an App Transfer to a new Apple Developer account due to a corporate merger. We are trying to figure out the best way to handle Apple Sign-In user migration and would love to get some advice on our proposed fallback plan. 📌 Current Situation We need to transfer our app's ownership to a new corporate entity. The app heavily relies on Apple Sign-In. The Issue: We did not collect the transfer_sub values during our initial development phase. Although we started collecting them recently, we will not have them for all existing users by the time the transfer happens. 🚨 The Risk (The 60-Day Rule) Based on Apple's documentation, even if we provide the transfer_sub, users must log into the app within 60 days of the transfer to successfully migrate their accounts. This means that users who log in after 60 days, or those whose transfer_sub is missing, will fail the Apple migration process. They will be treated as "new users" and will lose access to their existing account data. 💡 Our Proposed Custom Recovery Flow Since we cannot rely entirely on Apple's automated migration, we are planning to build a custom internal account recovery process to prevent user drop-off: A user (who failed the migration or logged in after 60 days) attempts to use Apple Sign-In on the transferred app. Since the existing account isn't linked, Apple generates a new identifier (sub), and the user enters the new sign-up flow. During the sign-up process, we enforce a mandatory identity verification step (e.g., SMS phone number verification). We query our existing user database using this verified information. If a matching existing user is found: We interrupt the sign-up process and display a prompt: "An existing account was found. We will link your account." We then update our database by mapping the new Apple sub value to their existing account record, allowing them to log in seamlessly. ❓ My Questions App Review Risk: Could this manual mapping approach—overwriting the Apple sub on an existing account based on internal identity verification—violate any Apple guidelines or result in an App Store rejection? Shared Experiences: Has anyone dealt with missing transfer_sub values or the 60-day migration limit during an App Transfer? How did you mitigate user loss? Best Practices: Are there any alternative, safer, or more recommended workarounds for this scenario?
0
0
56
2d
Floating Card Window in iOS 26
My SwiftUI app runs as a floating card window on iOS 26 iPhone instead of full screen. UIRequiresFullScreen and UIApplicationSupportsMultipleScenes: false don't fix it. What's the iOS 26 Info.plist key or API to opt out of windowed mode? First iOS app, I'm very confused, and have been trying different things for like 3 days. Any nudge in the right direction would be wildly appreciated. Thanks! Mark
Topic: UI Frameworks SubTopic: SwiftUI
0
0
12
2d
Delayed Apple Developer Program Activation & Lack of Communication
I recently completed the payment for the Apple Developer Program successfully and received a confirmation email stating that I would receive a follow-up email within 2 days. However, it has now been more than 2 days, and I have not received any further communication. This is not my first frustrating experience with this process. In the past, I attempted to enroll using a different account, but after waiting for 2–3 weeks, I was only then informed that my payment had failed. During that time, none of my support emails were responded to, which made the situation extremely difficult to resolve. To fix this, I had to coordinate with my bank and obtain a new card, since prepaid cards are not supported for the Apple Developer Program. This time, the payment has gone through successfully—yet I am still facing delays and a complete lack of communication. What makes this even more frustrating is that my app has already been live on Google Play for around 2 months. At this point, I am essentially “stuck” waiting just to complete enrollment with Apple, which is preventing me from moving forward with my iOS release. This raises a few concerns: • Why is there no clear timeline or update after successful payment? • Why are support channels unresponsive during such critical steps? • Is this level of delay normal for all users, or are developers from smaller countries experiencing slower processing times? As developers, we rely on timely onboarding to continue building and releasing our products. Delays like this—combined with no communication—feel highly unprofessional and discouraging. I would really appreciate clarity from Apple or others who have experienced similar delays.
0
0
14
2d
Apple Developer Account Still Pending After Payment (paid on March 30)
I’m currently facing a serious delay with my Apple Developer Program enrollment and wanted to check if anyone else is experiencing the same issue or has found a solution. I completed my payment on March 30, 2026 (Order Number: W1349796922), and my account status is still stuck on “Pending.” It has been several days now, well beyond the expected processing time. This delay is directly affecting my project timeline. I’m unable to publish my app, and because of this, it is affecting my commitments to my client. It’s becoming a major blocker. I’ve already submitted a support request. Has anyone here faced a similar delay recently? Did your account eventually get approved? Did contacting Apple support (call/email) help speed things up? Is there any specific step I might be missing? Any guidance or shared experience would be really helpful at this point. Thanks in advance.
0
0
10
2d
UDP Broadcast with Network
I'm relatively new to socket networking, and am migrating an older project from CocoaAsyncSocket to Swift's native Network. The project utilises GCDAsyncUdpSocket.enableBroadcast(_ flag: Bool), but I don't know how to replicate this in Network. How do I enable UDP Broadcast on NWConnection?
1
0
57
2d
IAP link to app not working
I have been in a rejection loop due to not being able to link the subscription item to the app for months, connect reviewers don't seem to understand my issue So I finally got the IAP /sub section to appear in the version after deleting the first rejected sub product. It linked, the IAP and app were in a 'ready to submit' state as advised from this forum post. I have deleted the sub product twice, got it to link twice but each time I submit the sub is removed from the build and doesn't get reviewed, as the sub product doesn't get approved the build gets rejected. You can clearly see the sub product linked in the attached image below, when I navigate away or refresh the page the sub product is gone and the reviewer can't see the sub product. I have advised the review team numerous times but just get the generic go to the forums etc etc. responses How do I appeal a review? or just some actual help from apple? I basically said all this in my latest reply to review and they said contact help, is that the best route? Sub ID b80d3cf0-ba67-4e6c-83af-28e6bebb973d
1
0
58
2d
App Store Guideline 4.3(b): A Barrier to Meaningful Innovation?
After months of hard work developing an app with unique mechanics and a distinct user experience, we recently faced a rejection under Guideline 4.3(b) (Spam/Saturated Category). The feedback we received stated that there are "already enough of these apps on the App Store." While we completely understand Apple's need to filter out low-quality clones, it feels like this guideline sometimes overlooks genuine originality. The most frustrating part for independent developers is that the category you fall into seems to matter more than the actual value your app provides. Whether the app is positioned in lifestyle, entertainment, or productivity, a rigid "category quota" can prevent reviewers from truly seeing the unique features we built. This creates a significant hurdle for new entrants and makes it incredibly difficult for fresh ideas to break into established categories. It feels less about the quality of the application and more about timing—as if early arrivers have a permanent advantage over newcomers, regardless of how much innovation the new app brings to the table. Ultimately, we believe this limits consumer choice. Users deserve the opportunity to discover and decide between new, modern alternatives, rather than having their options restricted by a pre-determined saturation limit. We hope Apple reconsiders how 4.3(b) is applied, ensuring that the App Store remains a place where truly innovative apps, regardless of their category, have a fair chance to be evaluated on their own merits.
2
0
125
2d
FamilyControls entitlement request submitted March 27. No response yet.
Hi all, I submitted a FamilyControls entitlement request on March 27, 2026. It has been 9 days with no confirmation or response of any kind. I also submitted a TSI today (Case ID: 102861687343). My app is live on the App Store and is built to use Screen Time APIs to block specific apps during user defined hours. I need FamilyControls, DeviceActivity, ManagedSettings, and ManagedSettingsUI approved for the main app and its extensions. Has anyone experienced similar wait times recently? Is there a way to check on the status of an entitlement request? Thank you, Max
1
1
64
2d
SQLite seems broken on MacOS Tahoe 26.5
I've been running into lots of issues since I upgraded to 26.5 beta, spotlight doesn't work, mail index was broken and after deleting it I can't reindex my mail., after a while I get an error that reindexing failed and that I should relaunch that app and it will start over. It never succeeds Looking into the console, it seems that at least the mail issue, but also others system logging errors (trustd, coreduetd) are linked to corrupted sqlite databases. So I guess the sqlite version is a dud ?
1
0
107
2d
How do you get a clickable location when building a subscribable event?
I am trying to provide my clients with subscribable calendar link so they can see their schedules from an App I have. I've got the basics working on building out the various fields for the VEVENT, however no matter what I have tried the LOCATION is always showing up as a text and not a location within Apple Maps that I can have them click on from the event. Any idea what the best way to go about this would be, and feeding the ICS an address, Apple Maps URL, GPS coordinates either in the location, Geo or the X-APPLE-STRUCTURED-LOCATION or combinations haven't been working. I am using/hosting on Google Scripts.
0
1
52
3d
Program enrollment issue, no response from support
Hi everyone, I’m running into a frustrating issue with the Apple Developer Program and would really appreciate any advice. I was charged $99 USD for the membership and received the confirmation email saying it would be processed within 2 business days. However, I still don’t have access to the membership, and nothing has been activated on my account. What makes it worse — I’ve already tried contacting Apple support multiple times via email, but I haven’t received any response at all. So right now I’m stuck: payment went through, but no membership and no support response. Has anyone faced this before? Did your membership eventually activate on its own? Is there any way to actually reach Apple support (chat, phone, anything that works)? Should I escalate this somehow or request a refund through my bank? Any advice would really help — I feel like I’m just shouting into the void at this point. Thanks 🙏
20
9
422
3d
Project has three info.plist and entitlement files
Somehow I ended up with three info.plist and entitlement files in my macOS project. Is this ok, should I merge them? There is only one target.
Replies
0
Boosts
0
Views
21
Activity
2d
Navigation title issue in iOS 26
Navigation title also scroll below the content when using scrollview. working fine in iOS 18 and below. one of the UI component is outside the scrollview which is causing the issue. struct ContentView: View { var body: some View { VStack { Rectangle() .frame(maxWidth: .infinity) .frame(height: 60) .padding(.horizontal) .padding(.top) ScrollView { ForEach(0...5, id: \.self) { _ in RoundedRectangle(cornerRadius: 10) .fill(.green) .frame(maxWidth: .infinity) .frame(height: 100) .padding(.horizontal) } } } .navigationTitle("Hello World") } }
Replies
0
Boosts
0
Views
80
Activity
2d
Emergency: Account holder needs to be changed
Hello Apple Developer Community, CaseIDs: 102856372004, 102846656019 I’m hoping someone can advise me on a serious issue. Our organization’s Apple Developer Program account has been effectively locked because our Account Holder’s Apple ID is inaccessible. I need to either unlock that Apple ID or transfer the Account Holder role so we can manage our apps. I’ve already reached out to Apple Developer Support since last month, but so far, I haven’t received a response. This situation is critical because our clients rely on us to maintain and update our apps. Key details: • We’re enrolled as an Organization/Company. • The current Account Holder’s Apple ID is no more with Organization and cannot perform any actions. • I have admin/manager access through another Apple ID. I’ve reviewed the documentation on transferring the Account Holder role, but it appears the transfer can only be initiated by the current Account Holder, which is impossible at this point. If anyone has encountered a similar issue or knows a more efficient route to escalate, I’d be extremely grateful for your insights. Thanks in advance for any advice you can share. This is critical to our organization, and we’d appreciate any pointers on how to navigate or expedite the support process.
Replies
0
Boosts
0
Views
6
Activity
2d
Navigation title scroll issue in iOS 26
Navigation title scroll along with the content in iOS 26. working fine in iOS 18 and below. One of my UI component is outside the scrollview which is causing the issue. var body: some View { VStack { Rectangle() .frame(maxWidth: .infinity) .frame(height: 60) .padding(.horizontal) .padding(.top) ScrollView { ForEach(0...5, id: \.self) { _ in RoundedRectangle(cornerRadius: 10) .fill(.green) .frame(maxWidth: .infinity) .frame(height: 100) .padding(.horizontal) } } } .navigationTitle("Hello World") } }
Replies
0
Boosts
0
Views
17
Activity
2d
[Apple Sign-In] How to handle missing transfer_sub and the 60-day migration limit during App Transfer?
Hello everyone, We are currently preparing for an App Transfer to a new Apple Developer account due to a corporate merger. We are trying to figure out the best way to handle Apple Sign-In user migration and would love to get some advice on our proposed fallback plan. 📌 Current Situation We need to transfer our app's ownership to a new corporate entity. The app heavily relies on Apple Sign-In. The Issue: We did not collect the transfer_sub values during our initial development phase. Although we started collecting them recently, we will not have them for all existing users by the time the transfer happens. 🚨 The Risk (The 60-Day Rule) Based on Apple's documentation, even if we provide the transfer_sub, users must log into the app within 60 days of the transfer to successfully migrate their accounts. This means that users who log in after 60 days, or those whose transfer_sub is missing, will fail the Apple migration process. They will be treated as "new users" and will lose access to their existing account data. 💡 Our Proposed Custom Recovery Flow Since we cannot rely entirely on Apple's automated migration, we are planning to build a custom internal account recovery process to prevent user drop-off: A user (who failed the migration or logged in after 60 days) attempts to use Apple Sign-In on the transferred app. Since the existing account isn't linked, Apple generates a new identifier (sub), and the user enters the new sign-up flow. During the sign-up process, we enforce a mandatory identity verification step (e.g., SMS phone number verification). We query our existing user database using this verified information. If a matching existing user is found: We interrupt the sign-up process and display a prompt: "An existing account was found. We will link your account." We then update our database by mapping the new Apple sub value to their existing account record, allowing them to log in seamlessly. ❓ My Questions App Review Risk: Could this manual mapping approach—overwriting the Apple sub on an existing account based on internal identity verification—violate any Apple guidelines or result in an App Store rejection? Shared Experiences: Has anyone dealt with missing transfer_sub values or the 60-day migration limit during an App Transfer? How did you mitigate user loss? Best Practices: Are there any alternative, safer, or more recommended workarounds for this scenario?
Replies
0
Boosts
0
Views
56
Activity
2d
Floating Card Window in iOS 26
My SwiftUI app runs as a floating card window on iOS 26 iPhone instead of full screen. UIRequiresFullScreen and UIApplicationSupportsMultipleScenes: false don't fix it. What's the iOS 26 Info.plist key or API to opt out of windowed mode? First iOS app, I'm very confused, and have been trying different things for like 3 days. Any nudge in the right direction would be wildly appreciated. Thanks! Mark
Topic: UI Frameworks SubTopic: SwiftUI
Replies
0
Boosts
0
Views
12
Activity
2d
Delayed Apple Developer Program Activation & Lack of Communication
I recently completed the payment for the Apple Developer Program successfully and received a confirmation email stating that I would receive a follow-up email within 2 days. However, it has now been more than 2 days, and I have not received any further communication. This is not my first frustrating experience with this process. In the past, I attempted to enroll using a different account, but after waiting for 2–3 weeks, I was only then informed that my payment had failed. During that time, none of my support emails were responded to, which made the situation extremely difficult to resolve. To fix this, I had to coordinate with my bank and obtain a new card, since prepaid cards are not supported for the Apple Developer Program. This time, the payment has gone through successfully—yet I am still facing delays and a complete lack of communication. What makes this even more frustrating is that my app has already been live on Google Play for around 2 months. At this point, I am essentially “stuck” waiting just to complete enrollment with Apple, which is preventing me from moving forward with my iOS release. This raises a few concerns: • Why is there no clear timeline or update after successful payment? • Why are support channels unresponsive during such critical steps? • Is this level of delay normal for all users, or are developers from smaller countries experiencing slower processing times? As developers, we rely on timely onboarding to continue building and releasing our products. Delays like this—combined with no communication—feel highly unprofessional and discouraging. I would really appreciate clarity from Apple or others who have experienced similar delays.
Replies
0
Boosts
0
Views
14
Activity
2d
Apple Developer Account Still Pending After Payment (paid on March 30)
I’m currently facing a serious delay with my Apple Developer Program enrollment and wanted to check if anyone else is experiencing the same issue or has found a solution. I completed my payment on March 30, 2026 (Order Number: W1349796922), and my account status is still stuck on “Pending.” It has been several days now, well beyond the expected processing time. This delay is directly affecting my project timeline. I’m unable to publish my app, and because of this, it is affecting my commitments to my client. It’s becoming a major blocker. I’ve already submitted a support request. Has anyone here faced a similar delay recently? Did your account eventually get approved? Did contacting Apple support (call/email) help speed things up? Is there any specific step I might be missing? Any guidance or shared experience would be really helpful at this point. Thanks in advance.
Replies
0
Boosts
0
Views
10
Activity
2d
Title: Notarization stuck "In Progress" 24+ hours - new Developer ID account
Team ID: LA64G2ZMY2. Submission f28e6a62-5a46-4554-a4b9-666269b3017f has been "In Progress" for over 24 hours. App is signed with hardened runtime, valid Developer ID certificate, HFS+ DMG format (not APFS - aware of DTS r. 134264492). Codesign verifies clean. All requirements met per Apple documentation. Is notarization provisioning needed for new accounts?
Replies
1
Boosts
0
Views
56
Activity
2d
UDP Broadcast with Network
I'm relatively new to socket networking, and am migrating an older project from CocoaAsyncSocket to Swift's native Network. The project utilises GCDAsyncUdpSocket.enableBroadcast(_ flag: Bool), but I don't know how to replicate this in Network. How do I enable UDP Broadcast on NWConnection?
Replies
1
Boosts
0
Views
57
Activity
2d
IAP link to app not working
I have been in a rejection loop due to not being able to link the subscription item to the app for months, connect reviewers don't seem to understand my issue So I finally got the IAP /sub section to appear in the version after deleting the first rejected sub product. It linked, the IAP and app were in a 'ready to submit' state as advised from this forum post. I have deleted the sub product twice, got it to link twice but each time I submit the sub is removed from the build and doesn't get reviewed, as the sub product doesn't get approved the build gets rejected. You can clearly see the sub product linked in the attached image below, when I navigate away or refresh the page the sub product is gone and the reviewer can't see the sub product. I have advised the review team numerous times but just get the generic go to the forums etc etc. responses How do I appeal a review? or just some actual help from apple? I basically said all this in my latest reply to review and they said contact help, is that the best route? Sub ID b80d3cf0-ba67-4e6c-83af-28e6bebb973d
Replies
1
Boosts
0
Views
58
Activity
2d
App Store Guideline 4.3(b): A Barrier to Meaningful Innovation?
After months of hard work developing an app with unique mechanics and a distinct user experience, we recently faced a rejection under Guideline 4.3(b) (Spam/Saturated Category). The feedback we received stated that there are "already enough of these apps on the App Store." While we completely understand Apple's need to filter out low-quality clones, it feels like this guideline sometimes overlooks genuine originality. The most frustrating part for independent developers is that the category you fall into seems to matter more than the actual value your app provides. Whether the app is positioned in lifestyle, entertainment, or productivity, a rigid "category quota" can prevent reviewers from truly seeing the unique features we built. This creates a significant hurdle for new entrants and makes it incredibly difficult for fresh ideas to break into established categories. It feels less about the quality of the application and more about timing—as if early arrivers have a permanent advantage over newcomers, regardless of how much innovation the new app brings to the table. Ultimately, we believe this limits consumer choice. Users deserve the opportunity to discover and decide between new, modern alternatives, rather than having their options restricted by a pre-determined saturation limit. We hope Apple reconsiders how 4.3(b) is applied, ensuring that the App Store remains a place where truly innovative apps, regardless of their category, have a fair chance to be evaluated on their own merits.
Replies
2
Boosts
0
Views
125
Activity
2d
Apple Arcade + Nintendo switch online
I wish Apple Arcade come to Nintendo switch online
Replies
1
Boosts
0
Views
70
Activity
2d
iPad OS 26.5
I have 64 gig 10 generation iPad and I’m trying to install iOS 26.5 beta and it’s basically taking up all my space. Is there anything I can do to fix it?
Replies
0
Boosts
0
Views
36
Activity
2d
FamilyControls entitlement request submitted March 27. No response yet.
Hi all, I submitted a FamilyControls entitlement request on March 27, 2026. It has been 9 days with no confirmation or response of any kind. I also submitted a TSI today (Case ID: 102861687343). My app is live on the App Store and is built to use Screen Time APIs to block specific apps during user defined hours. I need FamilyControls, DeviceActivity, ManagedSettings, and ManagedSettingsUI approved for the main app and its extensions. Has anyone experienced similar wait times recently? Is there a way to check on the status of an entitlement request? Thank you, Max
Replies
1
Boosts
1
Views
64
Activity
2d
Claude Agent OAuth token silently expires and fails to refresh in Xcode 26.4 — requires manual re-auth every 12-24 hours
Claude Agent OAuth token silently expires and fails to refresh in Xcode 26.4 — requires manual re-auth every 12-24 hours. this was not happening in 26.3, its a regression in 26.4 Details and sysdiagnose submitted: FB22421882
Replies
1
Boosts
1
Views
69
Activity
2d
SQLite seems broken on MacOS Tahoe 26.5
I've been running into lots of issues since I upgraded to 26.5 beta, spotlight doesn't work, mail index was broken and after deleting it I can't reindex my mail., after a while I get an error that reindexing failed and that I should relaunch that app and it will start over. It never succeeds Looking into the console, it seems that at least the mail issue, but also others system logging errors (trustd, coreduetd) are linked to corrupted sqlite databases. So I guess the sqlite version is a dud ?
Replies
1
Boosts
0
Views
107
Activity
2d
How do you get a clickable location when building a subscribable event?
I am trying to provide my clients with subscribable calendar link so they can see their schedules from an App I have. I've got the basics working on building out the various fields for the VEVENT, however no matter what I have tried the LOCATION is always showing up as a text and not a location within Apple Maps that I can have them click on from the event. Any idea what the best way to go about this would be, and feeding the ICS an address, Apple Maps URL, GPS coordinates either in the location, Geo or the X-APPLE-STRUCTURED-LOCATION or combinations haven't been working. I am using/hosting on Google Scripts.
Replies
0
Boosts
1
Views
52
Activity
3d
App waiting for review for almost 2 months
Re. APP ID 6758894172 This app was submitted on February 16, and since then it has been showing as waiting for review. I have contacted the support email multiple times as well as requesting the review to be expedited, but no response and no change in app status. Could you please investigate this matter and let me know what the issue is?
Replies
3
Boosts
1
Views
78
Activity
3d
Program enrollment issue, no response from support
Hi everyone, I’m running into a frustrating issue with the Apple Developer Program and would really appreciate any advice. I was charged $99 USD for the membership and received the confirmation email saying it would be processed within 2 business days. However, I still don’t have access to the membership, and nothing has been activated on my account. What makes it worse — I’ve already tried contacting Apple support multiple times via email, but I haven’t received any response at all. So right now I’m stuck: payment went through, but no membership and no support response. Has anyone faced this before? Did your membership eventually activate on its own? Is there any way to actually reach Apple support (chat, phone, anything that works)? Should I escalate this somehow or request a refund through my bank? Any advice would really help — I feel like I’m just shouting into the void at this point. Thanks 🙏
Replies
20
Boosts
9
Views
422
Activity
3d