▲ 6 r/swift

How can I completely remove Xcode and reinstall it from scratch?

My Xcode installation is a complete mess right now because of old work accounts, projects, teams, and other leftover data. I want to start fresh. How can I remove everything including all accounts, Apple IDs, developer teams, certificates, provisioning profiles, and related dataand then reinstall Xcode as if it were a brand-new installation?

reddit.com
u/Immediate_Amoeba_532 — 3 days ago
▲ 2 r/Xcode

How can I completely remove Xcode and reinstall it from scratch?

My Xcode installation is a complete mess right now because of old work accounts, projects, teams, and other leftover data. I want to start fresh. How can I remove everything including all accounts, Apple IDs, developer teams, certificates, provisioning profiles, and related data—and then reinstall Xcode as if it were a brand-new installation?

reddit.com
u/Immediate_Amoeba_532 — 3 days ago

Does uploading a new build reset the 14-day closed testing requirement on Google Play?

Hi everyone,My app is currently in the 14-day closed testing phase required by Google Play. I found a few bugs and would like to upload a new build for my existing testers before the 14 days are over. Will uploading a new release reset the 14-day countdown, or does the timer continue as long as the closed test remains active? Has anyone done this recently? I'd appreciate hearing about your experience.Thanks

reddit.com
u/Immediate_Amoeba_532 — 4 days ago

Monetization/Subscriptions section redirects me to the dashboard can't create a subscription (new app)

I'm trying to set up a subscription for my app in Play Console but I can't access the monetization section.

When I click "Monetize with Google Play" / Monetize → Products → Subscriptions (the "Get started" button), it just redirects me back to the Dashboard instead of opening the subscriptions setup. It happens every time.

reddit.com
u/Immediate_Amoeba_532 — 7 days ago

Google Play Console App Launch Checklist (First App Submission)

I am going to publish my first app on Google Play Console. There are no errors in the app and it works properly. What things should I pay attention to before uploading it to the Play Store? For example, Apple required policies and similar things—are there any here as well? Additionally, what else should I be careful about?

reddit.com
u/Immediate_Amoeba_532 — 9 days ago

Can I create a new Google Play Developer account with the same passport after using wrong email?

I recently (1 day ago) created a Google Play Console developer account as an individual using my passport and real identity verification, but I accidentally used the wrong Google account email.

Now I want to create a new Play Console account with the correct Gmail.

Can I use the same passport and personal information again to register a new developer account?

Also, if it is possible, would this cause any issues or problems with Google?

reddit.com
u/Immediate_Amoeba_532 — 11 days ago
▲ 1 r/iosdev

Apple Developer Enrollment Error: "Your enrollment could not be completed" immediately on Individual selection

I’m trying to enroll in the Apple Developer Program as an Individual, but I keep getting the error “Your enrollment could not be completed” immediately after selecting the Individual option, before any verification or payment step, and the “Enroll Now” button is also disabled in the Apple Developer app; I’ve already tried different browsers and devices, signing out and back into my Apple ID, updating my account details, and waiting a few days, but the issue still persists, so I’m wondering if anyone else has experienced this recently and managed to fix it.

reddit.com
u/Immediate_Amoeba_532 — 16 days ago

Flutter debug console stops showing logs after Supabase init (app still works)

Hi everyone,

I’m facing a weird issue in my Flutter app.

The app runs normally, but after this line, debug console stops showing any logs:

Restarted application in 1.260ms.
flutter: supabase.supabase_flutter: INFO: ***** Supabase init completed *****

After Supabase initialization, no print() or logs appear anymore, even though the app is still working fine.

reddit.com
u/Immediate_Amoeba_532 — 1 month ago

Flutter debug console stops showing logs after Supabase init (app still works)

Hi everyone

I’m facing a weird issue in my Flutter app.

The app runs normally, but after this line, debug console stops showing any logs:

Restarted application in 1.260ms.
flutter: supabase.supabase_flutter: INFO: ***** Supabase init completed *****

After Supabase initialization, no print() or logs appear anymore, even though the app is still working fine.

reddit.com
u/Immediate_Amoeba_532 — 1 month ago

Polling vs Realtime for long-running background tasks (1 min duration)

I have a system where users trigger an operation that takes around ~1 minute to complete.

On the backend, I track the process with 3 states in the database: pending-completed-failed

Right now, while the user is on the page, I’m using polling every 5 seconds to check the status.

What I’m wondering is : Is it better practice to stick with polling for this kind of workflow, or would switching to a realtime solution (WebSockets / Supabase Realtime / SSE, etc.) be more appropriate?

I’m trying to understand the trade-offs in terms of scalability, cost, and user experience.

reddit.com
u/Immediate_Amoeba_532 — 1 month ago

How do I fully migrate a Supabase project from one account to another (including Edge Functions, RLS, Storage, everything) and completely disconnect it from the original account?

I have two completely separate Supabase accounts, X and Y. I want to move a project from account X to account Y with everything included database, Edge Functions, Row Level Security (RLS) policies, Storage buckets, Auth settings, and any other configuration.

After the migration, I want the project in account Y to be fully independent and no longer linked to account X in any way.

What is the best and safest way to do this?

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Template-Based Photo → Short Video Generator (Architecture Feedback Wanted)

Hey everyone, I’m working on a concept for a mobile app and would love some feedback on the architecture side.

The idea is a simple system where users upload a photo, and the app automatically generates a 5–10 second short video using pre-built templates (zoom effects, light transitions, particle effects, music-synced animations, etc.). It’s not a video editor just input image → select template → generate video output, similar to CapCut-style templates.

I’m planning to use Flutter for the mobile app, but I’m trying to understand the right backend/rendering approach for this kind of system. Especially how template-based video generation is typically handled in production systems.

Any insights on architecture or tech stack choices would be appreciated.

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Template-Based Photo → Short Video Generator (Architecture Feedback Wanted)

Hey everyone, I’m working on a concept for a mobile app and would love some feedback on the architecture side.

The idea is a simple system where users upload a photo, and the app automatically generates a 5–10 second short video using pre-built templates (zoom effects, light transitions, particle effects, music-synced animations, etc.). It’s not a video editor just input image → select template → generate video output, similar to CapCut-style templates.

I’m planning to use Flutter for the mobile app, but I’m trying to understand the right backend/rendering approach for this kind of system. Especially how template-based video generation is typically handled in production systems.

Any insights on architecture or tech stack choices would be appreciated.

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Photo to Short Video App (Template-Based) – Is Flutter Enough?

Hey everyone, I have an app idea and I’m trying to figure out the right tech stack. The app will let users upload a photo and automatically generate 5–10 second short videos using ready-made templates (like zoom effects, light transitions, particle effects, music-synced animations, etc.). It won’t be a video editor—just photo → template → generated video, similar to CapCut templates.

I’m considering using Flutter for the frontend. My question is: is Flutter enough for this kind of app, or do I need a backend system with something like FFmpeg for video rendering and template processing?

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Photo to Short Video App (Template-Based) – Is Flutter Enough?

Hey everyone, I have an app idea and I’m trying to figure out the right tech stack. The app will let users upload a photo and automatically generate 5–10 second short videos using ready-made templates (like zoom effects, light transitions, particle effects, music-synced animations). It won’t be a video editor ,just photo → template → generated video, similar to CapCut templates. I’m considering using Flutter for the frontend. My question is :is Flutter enough for this kind of app, or do I need a backend system with something like FFmpeg for video rendering and template processing?

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Trying to understand Multi-Tenant and Better Auth logic

Hello everyone, I’m a frontend developer, mostly working on the mobile side. I don’t have much experience with backend development yet. So far, I’ve mostly built small projects using ready-made Express + MongoDB boilerplates. The boilerplates I used had the classic JWT-based authentication system. When a user logged in, the backend returned an access token, and then middleware was used to verify the token and handle role-based authorization (admin/user, etc.). I could more or less understand the logic because everything felt more “manual.”

Now I’m thinking about building a multi-tenant project. While researching, I noticed that many people recommend Better Auth, especially because it supposedly makes the organization/multi-tenant side easier. But I still can’t fully understand the logic behind it.

For example, how do you ensure that a user can only access data belonging to their own organization? What exactly is different compared to the classic Express JWT boilerplate approach?

When using Better Auth, is it still based on the access token / refresh token flow? Is using Better Auth actually necessary, and what practical benefits does it provide?

Sorry if I asked too many questions, but I’m still in the learning phase when it comes to backend development. Before starting the project, I just want to properly understand the architecture and concepts in my head. I’d really appreciate it if someone experienced could explain it in a beginner-friendly way, as if explaining it to someone completely new to backend development.

reddit.com
u/Immediate_Amoeba_532 — 2 months ago
▲ 1 r/iosdev

Hey everyone, I’m planning to start a limited company soon (the equivalent of an “Inc.” in Turkey). When creating corporate developer accounts for Apple and Google, I don’t want the developer name to appear as “X LTD.” or anything with that formal legal suffix. I’d prefer it to show only my brand name, like just “X”. Is there a way to hide the “LTD.” part or display only the brand name on the store pages (App Store / Google Play)? What should I pay attention to when setting up the company or creating these accounts? Do I need to register a trademark for this, or is having a company name enough? In short, I want to be a legal company in the background, but present only my brand name in the storefront. I’d really appreciate insights from anyone with experience on this.

reddit.com
u/Immediate_Amoeba_532 — 2 months ago

Hey everyone, I’m planning to start a limited company soon (the equivalent of an “Inc.” in Turkey). When creating corporate developer accounts for Apple and Google, I don’t want the developer name to appear as “X LTD.” or anything with that formal legal suffix. I’d prefer it to show only my brand name, like just “X”. Is there a way to hide the “LTD.” part or display only the brand name on the store pages (App Store / Google Play)? What should I pay attention to when setting up the company or creating these accounts? Do I need to register a trademark for this, or is having a company name enough? In short, I want to be a legal company in the background, but present only my brand name in the storefront. I’d really appreciate insights from anyone with experience on this.

reddit.com
u/Immediate_Amoeba_532 — 2 months ago