Managing multiple Apple Developer Accounts for publishing?
Save App Specific Passwords per project to streamline your macOS/iOS App Store submissions.
https://blog.xojo.com/2025/07/08/a-guide-to-managing-multiple-apple-developer-accounts-in-xojo-2025r1/
#Xojo #AppleDev #AppStore #macOS #iOS
Save App Specific Passwords per project to streamline your macOS/iOS App Store submissions.
https://blog.xojo.com/2025/07/08/a-guide-to-managing-multiple-apple-developer-accounts-in-xojo-2025r1/
#Xojo #AppleDev #AppStore #macOS #iOS
November 7, 2025 at 3:55 PM
Claude Sonnet 4 is now live in Xcode 26! 🍎 Apple devs can now use Claude’s coding assistant directly in their IDE. Natural language debugging, SwiftUI previews, and inline code gen.
#AI #Xcode #iOSDev #AppleDev #Claude
www.anthropic.com/news/claude-...
#AI #Xcode #iOSDev #AppleDev #Claude
www.anthropic.com/news/claude-...
Claude is now generally available in Xcode
Connect your Claude account to Xcode 26 for AI-powered coding assistance. Debug, refactor, and build Apple apps faster with Claude Sonnet 4 by Anthropic.
www.anthropic.com
September 15, 2025 at 9:44 PM
Just a reminder that Swift Remote Studio iOS/Swift/Indie Developer Goals online meetup is tomorrow and every Friday at 12:30PM PT! 🏁
Go to swiftremotestudio.com and kickstart your productivity! 🚀
#iOSDev #iOSDeve#IndieDeve#AppleDev #WWDC25
Go to swiftremotestudio.com and kickstart your productivity! 🚀
#iOSDev #iOSDeve#IndieDeve#AppleDev #WWDC25
Swift Remote Studio – Virtual Coworking for iOS, Mac, and Swift Developers
swiftremotestudio.com
July 11, 2025 at 1:06 AM
Just a reminder that Swift Remote Studio iOS/Swift/Indie Developer Goals online meetup is tomorrow and every Friday at 12:30PM PT! 🏁
Go to swiftremotestudio.com and kickstart your productivity! 🚀
#iOSDev #iOSDeve#IndieDeve#AppleDev #WWDC25
Go to swiftremotestudio.com and kickstart your productivity! 🚀
#iOSDev #iOSDeve#IndieDeve#AppleDev #WWDC25
🎯 Apple's WWDC25 dates are set! The annual developer conference returns to Apple Park this June with in-person & online sessions. What's next for iOS, macOS & more? Read for details
#WWDC25 #Apple #iOS19 #AppleDev
true-tech.net/apple-wwdc25...
#WWDC25 #Apple #iOS19 #AppleDev
true-tech.net/apple-wwdc25...
Apple Announces WWDC25 with In-Person Event, Developer Sessions, and Software Previews
Mark your calendar as the dates for Apple WWDC25 is finally out. It is officially happening on June 9 through 13 and will be both online & in-person.
true-tech.net
April 30, 2025 at 10:34 PM
🎯 Apple's WWDC25 dates are set! The annual developer conference returns to Apple Park this June with in-person & online sessions. What's next for iOS, macOS & more? Read for details
#WWDC25 #Apple #iOS19 #AppleDev
true-tech.net/apple-wwdc25...
#WWDC25 #Apple #iOS19 #AppleDev
true-tech.net/apple-wwdc25...
For me, I had my attention split between different things other than appledev lately, and I'm super behind on even some older Apple things… so more new things don't make that much difference. New changes on eg. macOS could well be for the worse. And Apple as a company has been a bit annoying lately…
May 27, 2024 at 11:30 PM
For me, I had my attention split between different things other than appledev lately, and I'm super behind on even some older Apple things… so more new things don't make that much difference. New changes on eg. macOS could well be for the worse. And Apple as a company has been a bit annoying lately…
Random person: Offer to acquire Mango 5Star after “Found Mango 5Star on Indie App Sales and tried it out.”
Me checks App Store Connect: zero sales in the past two months. ZERO!
#AppleDev
Me checks App Store Connect: zero sales in the past two months. ZERO!
#AppleDev
December 4, 2024 at 2:33 AM
Random person: Offer to acquire Mango 5Star after “Found Mango 5Star on Indie App Sales and tried it out.”
Me checks App Store Connect: zero sales in the past two months. ZERO!
#AppleDev
Me checks App Store Connect: zero sales in the past two months. ZERO!
#AppleDev
Why does Apple pursue Unix 03 certification? Theories suggest avoiding legal issues with trademark misuse or satisfying requirements for government/enterprise contracts. The cost vs. benefit is a key debate point. #AppleDev 2/6
September 16, 2025 at 1:00 AM
Why does Apple pursue Unix 03 certification? Theories suggest avoiding legal issues with trademark misuse or satisfying requirements for government/enterprise contracts. The cost vs. benefit is a key debate point. #AppleDev 2/6
Aggiornamenti importanti nell'Apple Developer Program License Agreement:
- 📜 Nuove norme sul codice interpretato.
- 🌐 Chiarimenti per Xcode Cloud e CloudKit.
- 📍 Specifiche per il servizio di estensione push di localizzazione.
#AppleDev
developer.apple.com/news/?id=fnk...
- 📜 Nuove norme sul codice interpretato.
- 🌐 Chiarimenti per Xcode Cloud e CloudKit.
- 📍 Specifiche per il servizio di estensione push di localizzazione.
#AppleDev
developer.apple.com/news/?id=fnk...
Updated Apple Developer Program License Agreement now available - Latest News - Apple Developer
The Apple Developer Program License Agreement has been revised to support updated policies and to provide clarification. Please review the changes below and sign in to your account to accept the…
developer.apple.com
October 9, 2025 at 3:38 PM
Aggiornamenti importanti nell'Apple Developer Program License Agreement:
- 📜 Nuove norme sul codice interpretato.
- 🌐 Chiarimenti per Xcode Cloud e CloudKit.
- 📍 Specifiche per il servizio di estensione push di localizzazione.
#AppleDev
developer.apple.com/news/?id=fnk...
- 📜 Nuove norme sul codice interpretato.
- 🌐 Chiarimenti per Xcode Cloud e CloudKit.
- 📍 Specifiche per il servizio di estensione push di localizzazione.
#AppleDev
developer.apple.com/news/?id=fnk...
SwiftPM should have a command like `swift install` that builds the default executable target in release mode, and copy it to a default location (overridable by env var).
November 27, 2024 at 9:05 PM
DO NOT #ASYNC ALL THE THINGS!!1!!!
Sometimes synchronus work is OK, appropriate and has benefits.
#appleDev #swift #compsci
Sometimes synchronus work is OK, appropriate and has benefits.
#appleDev #swift #compsci
Everyone wants to keep that main thread responsive. This usually comes down understanding and managing synchronous work.
That's what this post is all about.
www.massicotte.org/synchronous-...
That's what this post is all about.
www.massicotte.org/synchronous-...
Synchronous Work
Occasionally, you’ll come across something that will really influence your thinking on a topic. This happened to me after reading a post on the Swift forums. That was nearly 6 months ago as I write, b...
www.massicotte.org
March 3, 2025 at 3:20 PM
July 8, 2024 at 2:01 PM
Feel free to stop by Swift Remote Studio (www.swiftremotestudio.com) with @evankstone.bsky.social and us tomorrow.
We are a bunch of Apple devs that have twice weekly sessions in Zoom on Apple stuff and what we are working on.
#buildinpublic #appleDev
We are a bunch of Apple devs that have twice weekly sessions in Zoom on Apple stuff and what we are working on.
#buildinpublic #appleDev
www.swiftremotestudio.com
February 7, 2025 at 12:09 AM
Feel free to stop by Swift Remote Studio (www.swiftremotestudio.com) with @evankstone.bsky.social and us tomorrow.
We are a bunch of Apple devs that have twice weekly sessions in Zoom on Apple stuff and what we are working on.
#buildinpublic #appleDev
We are a bunch of Apple devs that have twice weekly sessions in Zoom on Apple stuff and what we are working on.
#buildinpublic #appleDev
It amazes me how @iosdevalb.bsky.social keeps coming up with so many great tips, communicated so clearly. If you’re a SwiftUI developer, you owe it to yourself to follow them. Thank you for what you do, Enid!
SwiftUI Tip💡
There are many cases where you may want to reserve space for text, even if it isn’t completely filled.
✅ You can achieve this using the reservesSpace parameter.
→ learnandcodewithenid.com
There are many cases where you may want to reserve space for text, even if it isn’t completely filled.
✅ You can achieve this using the reservesSpace parameter.
→ learnandcodewithenid.com
November 29, 2024 at 6:01 PM
I re-share my video on how I watch WWDC sessions.
Notion is great to keep things organized #wwdc #appledev #swift youtu.be/tEAS5rUfMLE
Notion is great to keep things organized #wwdc #appledev #swift youtu.be/tEAS5rUfMLE
Keeping track of WWDC Sessions with Notion
YouTube video by Crafting Swift
youtu.be
June 10, 2025 at 11:12 AM
I re-share my video on how I watch WWDC sessions.
Notion is great to keep things organized #wwdc #appledev #swift youtu.be/tEAS5rUfMLE
Notion is great to keep things organized #wwdc #appledev #swift youtu.be/tEAS5rUfMLE
Early bird ticket sales are now available for #DevWorld and #XWorld! Get it while it's cheap!
Join us in #Melbourne! First round CFP also closes 8PM AEST TODAY!
devworld.au
xworld.au
#AppleDev #WWDC25 #WWDC #SwiftLang
Join us in #Melbourne! First round CFP also closes 8PM AEST TODAY!
devworld.au
xworld.au
#AppleDev #WWDC25 #WWDC #SwiftLang
July 7, 2025 at 12:03 AM
Early bird ticket sales are now available for #DevWorld and #XWorld! Get it while it's cheap!
Join us in #Melbourne! First round CFP also closes 8PM AEST TODAY!
devworld.au
xworld.au
#AppleDev #WWDC25 #WWDC #SwiftLang
Join us in #Melbourne! First round CFP also closes 8PM AEST TODAY!
devworld.au
xworld.au
#AppleDev #WWDC25 #WWDC #SwiftLang
Apple Dev Free vs Paid What You Need to Know
Apple Developer Accounts Free vs. Paid What's the Holdup?
Do you want to create applications for the Apple ecosystem, but you have no clue how to get started? #AppleDev #AppleDevFreevsPaid
skypropertiespatelnagar.com/apple-dev-fr...
Apple Developer Accounts Free vs. Paid What's the Holdup?
Do you want to create applications for the Apple ecosystem, but you have no clue how to get started? #AppleDev #AppleDevFreevsPaid
skypropertiespatelnagar.com/apple-dev-fr...
Apple Dev Free vs Paid What You Need to Know
Apple Dev Free vs Paid What You Need to Know Apple Developer Accounts Free vs. Paid What's the Holdup? Do you want to create applications for the
skypropertiespatelnagar.com
November 20, 2024 at 12:51 PM
Apple Dev Free vs Paid What You Need to Know
Apple Developer Accounts Free vs. Paid What's the Holdup?
Do you want to create applications for the Apple ecosystem, but you have no clue how to get started? #AppleDev #AppleDevFreevsPaid
skypropertiespatelnagar.com/apple-dev-fr...
Apple Developer Accounts Free vs. Paid What's the Holdup?
Do you want to create applications for the Apple ecosystem, but you have no clue how to get started? #AppleDev #AppleDevFreevsPaid
skypropertiespatelnagar.com/apple-dev-fr...
📆 What's your favorite #swiftlang or #appledev article or blog post you read this week? 📚
For me it's probably this one by @polpielladev.bsky.social about listening to property changes in `@Observable` classes with AsyncStream and willSet instead of Combine
www.polpiella.dev/observable-p...
#iosdev
For me it's probably this one by @polpielladev.bsky.social about listening to property changes in `@Observable` classes with AsyncStream and willSet instead of Combine
www.polpiella.dev/observable-p...
#iosdev
How to listen for property changes in an @Observable class using AsyncStreams
A comparison between ObservableObject and the new Observable macro and how to listen and react to property changes in both.
www.polpiella.dev
November 29, 2024 at 8:59 PM
📆 What's your favorite #swiftlang or #appledev article or blog post you read this week? 📚
For me it's probably this one by @polpielladev.bsky.social about listening to property changes in `@Observable` classes with AsyncStream and willSet instead of Combine
www.polpiella.dev/observable-p...
#iosdev
For me it's probably this one by @polpielladev.bsky.social about listening to property changes in `@Observable` classes with AsyncStream and willSet instead of Combine
www.polpiella.dev/observable-p...
#iosdev
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy :-)
#appledev #wishfulthinking
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy :-)
#appledev #wishfulthinking
Persisting data to JSON is simple, but starts to break down with complex data and querying, and this is where SQLite really shines. Let’s get a handle on the problem with some state that is currently persisted to a JSON file, and let’s see how SQLite fixes it.
www.pointfree.co/episodes/ep3...
www.pointfree.co/episodes/ep3...
January 13, 2025 at 10:15 PM
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy :-)
#appledev #wishfulthinking
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy
Please build a CloudKit persistence strategy :-)
#appledev #wishfulthinking
Tbh I feel a bit like an impostor, because I haven't actually been doing much Swift/AppleDev stuff in the last few years, and the last year especially, and I'm out of shape in it and fallen behind on things 😅
June 14, 2024 at 11:08 PM
Tbh I feel a bit like an impostor, because I haven't actually been doing much Swift/AppleDev stuff in the last few years, and the last year especially, and I'm out of shape in it and fallen behind on things 😅
💻 Hey #iosdev #swiftlang #appledev folks! 🏎️
Which Black Friday discounts do you consider a good deal? 💰
Specifically for development (productivity tools, books, courses, etc...)
Which Black Friday discounts do you consider a good deal? 💰
Specifically for development (productivity tools, books, courses, etc...)
November 27, 2024 at 8:23 PM
💻 Hey #iosdev #swiftlang #appledev folks! 🏎️
Which Black Friday discounts do you consider a good deal? 💰
Specifically for development (productivity tools, books, courses, etc...)
Which Black Friday discounts do you consider a good deal? 💰
Specifically for development (productivity tools, books, courses, etc...)