Masthash

#iosDev

Dean
12 minutes ago

Preparing an app launch is a lot of work.
Thanks so much for your incredible feedback on @SharePal yet!
Can’t wait to release it!

#NewApp #iOSDev #IndieDev

Michael Lysons
2 hours ago

I am so impressed with how easy it is to deploy updates to TestFlight with Xcode Cloud. I’ve worked the day job today (not iOS), and within 60 minutes of finishing work I’d deployed two updates to my app. Ok, one was a bug fix for my aforementioned GRDB brain fart, but still!

Two updates to my device within 60 minutes. Amazing!

#iOSDev

iOS Dev Weekly
5 hours ago
Tuist.swift
5 hours ago

Xcode projects and project generation unlocked the power for tools like @cocoapods and Tuist to tackle large-scale challenges faced by organizations. But despite our hopes, Xcode's integration with Swift Package Manager didn't bring the desired extensibility to the build system. Instead, it left organizations heavily reliant on Apple, especially when it comes to tackling pressing issues like build times that have long been neglected.
#iOSDev #Xcode #Swift

https://tuist.io/blog/2023/09/23/ios-evolution-and-tuist/

Evan K. Stone
6 hours ago

Mastering charts in SwiftUI. Pie and Donut charts. | Swift with Majid @Mecid

#SwiftUI #iOSDev

https://swiftwithmajid.com/2023/09/26/mastering-charts-in-swiftui-pie-and-donut-charts/

Filip Němeček
6 hours ago

I had @switchbuddy just freeze with 0% CPU usage for a few times in the past week + reports from users.

Thought it was my issue, but seems to be Sentry 😱

If you use Sentry SDK in your project, make sure to update!

#iosdev #indiedev

https://github.com/getsentry/sentry-cocoa/issues/3277

Ryan Lintott
6 hours ago

I decided to start a line of apparel for my Swift packages. Perhaps they will also be of interest to 80s/90s fitness instructors or DDR professionals?

https://cottonbureau.com/people/ryan-lintott

#iOSDev #SwiftUI #Swift #DDR #Fitness #80s #90s #TShirt #Merch

A black t-shirt with my I Like To Move It logo with DDR up and down arrows in white with pink and purple outlines next to a purple t-shirt with my ShapeUp logo with 90s style triangles and squiggles also in pink and purple.
Josh Holtz
7 hours ago

✨ LAUNCH DAY for @PlaypenApp

“Keep Kids Busy” with configurable kid safe activities

✅ YouTube
✅ Photo/Video Albums
✅ Interactive animal sounds
… and more to come

⌚️ Best part… change activities from Apple Watch and nearby iOS devices

Get it 👉 https://apps.apple.com/us/app/playpen-parental-control/id1629800310

#LaunchDay #iOSDev #IndieDev #Parenting

Marcin Krzyzanowski :clippy:
10 hours ago

I asked #GPT 4 about "TextKit 2", and you won't believe it. It's delusional. Making up API. Making up features. I even followed up on the API it made up, which, with a straight face 😏, made up its properties and example use.

You must know your craft to get helpful information from today's AI 🧐

There's no such thing as `NSTextAnnotation` in the whole wide world. #iOSDev #macdev

Juanjo Valiño
10 hours ago

In case you still need Xcode 14 in macOS Sonoma, you can open it via
`open /Applications/Xcode_14.app/Contents/MacOS/Xcode`

You can also right click in Xcode_14 and “Show package contents” if you don’t want to use the terminal all time. Navigate to the folder and right click on the executable to create a shortcut with “Make Alias”.

#buildinpublic #iosdev #indiedev

Indieappspotlight
12 hours ago

IndieAppSpotlight issue #8 out now 🎉
featuring Caddieapp by @dougburns
and a new app from @joshdholtz

https://indieappspotlight.com/p/issue-8-caddieapp

#iosdev #indiedev #macdev #indiehacker #golf

Yilei Yang 🥭
15 hours ago

5. Yet another detail: getting singular and plural right for free form units from user inputs.

#iOSDev #MangoBaby

Screencast of Mango Baby showing user entering 0, 1, or 2 to the text field with a trailing unit label "Drop", which switches between singular and plural when the amount changes.
Yilei Yang 🥭
18 hours ago

4. A little detail: new quick access to recently logged medications.

#iOSDev #MangoBaby

Screenshot of Mango Baby showing new quick access buttons to recently logged medications.
Chris Free
21 hours ago

Let's say I wanted to create some MapKit overlays of shapes made up of curves. How would I handle this in #MapKit for a #SwiftUI app? By the looks of things, MapKit support for SwiftUI got a lot better in #iOS 17, but I don't see any documentation related to overlay shapes more complex than polygons.

How would you approach this?

#iOSdev

iOS Dev Weekly
1 day ago
iOS Dev Weekly
1 day ago
Jamie Montgomerie
1 day ago

#iosdev CADisplayLink PSA:

If you’re calling:

```
CADisplayLink(target:selector:)
```

to get a CADisplayLink, you’re almost certainly holding it wrong!

It will give you a link that’s locked to the main screen’s timing. In these modern times of Stage Manager that is going to be wrong sometimes (and was even in the olden days with e.g. TV out or CarPlay).

The frame rate could be entirely wrong - but even if it’s not, the external display isn’t locked to the same clock as the internal one, so the link will not fire at frame ‘start time’, and timing will drift. Animations will stutter.

You really need to use:

```
UIScreen.displayLink(withTarget:selector:)
```

To get a link that’s targeting the correct screen - and always-smooth animation.

Sean Rucker
1 day ago

🤔 Did you know #SwiftUI has container views called Form and Section? I put them to use in @judoapp to recreate (part of) the Apple Settings app with a working wi-fi selector and Airplane Mode toggle.

#uidesign #uxdesign #iosdev

iPadOS toolbar disappears after transitioning from split view to full screen (FB13206627) #iOSDev #SwiftUI

iPad app in Split View with Safari on right. App is showing detail view with a single item in the toolbar at top right
iPad app shown full screen but missing the detail view toolbar
iOS Dev Weekly
1 day ago
Dean
1 day ago

THIS IS MY LATEST APP! 🤩🤯

People at @nsspain and @swiftconnection have heard about it!

Meet SharePal, the ultimate companion for sharing all the text or URL snippet you often share like IBAN, social medias, Landing pages, hashtags…

It comes with iMessage app & custom keyboard for quick access. 🚀

To join the public TestFlight:
https://getsharepal.app/#beta

#TestFlight #NewApp #iOSDev #IndieDev

SharePal
Lightning Speed Sharing
Axel Le Pennec
1 day ago

It doesn't seem possible to test Focus in #Xcode Simulator (or I haven't found yet how to do it). I filed a feedback for that because it could be a nice improvement: #FB13206428.

#indiedev #buildInPublic #iosdev #AppIntents

Lukas Kubanek
1 day ago

I ran into this issue when I tried to use a UISheetPresentationController from SwiftUI to get more flexibility for sheet configuration, which was only available in UIKit. I was so happy to learn that iOS 16.4 brought all the missing features into SwiftUI and I wouldn’t need UIKit anymore!

Didn’t last long, though. It turns out this animation glitch is an underlying issue, present even when using SwiftUI sheet APIs only. Reported as FB13206351.

🔗 https://github.com/structuredpath/AppleBugReports/tree/main/FB13206351

#SwiftUI #UIKit #iosdev

thatvirtualboy
1 day ago

Patches to Artbox and Hello There were both rejected due to not defining what a 7 day free trial means. I’ve had the same wording there for over a year lolol #iosdev

Axel Le Pennec
1 day ago

TIL*: apparently the design for a Parameter of type Array<AppEntity> in an AppIntent depends on the numbers of items returned by the suggestedEntities function of the EntityQuery.

If less than 9 items, all items are visible with a checkbox.

If more than 10, a picker is presented.

* I lost one hour figuring out why my design was sometimes different from other apps...

#AppIntents #indieDev #buildInPublic #iosdev

Łukasz Rutkowski
1 day ago

Lots of progres on the next #Pipilo update. I decided it’ll be the last TestFlight update with new features (only bug fixes after that) so there is a lot of new stuff.

Some highlights: followers and followed users, post visibility and language selection when posting, option to post with content warning, new feedback menu, screen with precise text selection and find feature for post content, link preview cards when submitting posts and more in progress.

#BuildInPublic #iOSDev #MastodonApp

Screenshot of new feedback menu in Pipilo. It shows options to rate the app in App Store, send feedback via email or direct message and share the link to the app.
Screenshot of post visibility selection menu available when creating new posts. Allows selecting from public, unlisted, followers only and direct options.
Screenshot of text selection screen in Pipilo. It is active in find mode which allows to search part of the text for specific words. Great for long posts.
Screenshot of followers list in Pipilo. At the top of the screen above list of users is a button that allows switching between list of followed users or followers. Each additionally displays counts of users in these sections.
basile
2 days ago

Decided to work a bit on @games again.
Starting by replacing the sort ActionSheet in the charts by a Menu.

I don't know if it’s a bit to far going with custom SFSymbols 😁

#BuildInPublic #iOSApp #iOSDev

Luca
2 days ago

On #iOS17, how do you set up an interactive widget that allows running interactions when the screen is locked? (For example standby). I figured static var authenticationPolicy = .alwaysAllowed would do the trick but this still asks for the phone to be unlocked first. #iosdev #swiftui

HeyDaveTheDev
2 days ago

I'm thrilled to share that @SwiftAlyzer is now available for download via TestFlight 🥳

We've been working on this for quite some time, especially enabling the sandbox was interesting & challenging.

Looking forward to share more exciting updates coming soon 🙂

#iosdev #swift

https://iosdev.space/@SwiftAlyzer/111110223060114149

iOS Dev Weekly
2 days ago

Thanks to this week’s sponsor, Essential Developer. If you're a mid/senior iOS developer looking to improve both your skills and salary level, join this free online crash course. It’s available only for a limited time, so get it now.
https://cur.at/UyEkwiN

#Swift #SwiftLang #iOSDev #MacDev

Filip Němeček
2 days ago

Not my best UI but I think for v1 it could work.

The Deals section in @switchbuddy reliably has more than 1000 discounted games at any given time so this could be nice SwitchBuddy+ benefit.

Should I also add max price filter? Or wait if someone asks for it?

#wip #indiedev #iosdev

"Deals filter" screen showing filtering by Game Modes, Genres and minimal ratings average on OpenCritic
iOS Dev Weekly
2 days ago

Did you miss Friday’s issue? I started with some words on Apple's new Swift testing framework.
https://iosdevweekly.com/issues/628#start

#Swift #SwiftLang #iOSDev #MacDev

Jon Duenas
2 days ago

Just released a major update to my app, FourSix - an app for making pour over coffee brewing easy. Check it out! https://apps.apple.com/app/id1519905670

Written entirely with #SwiftUI and utilizes SwiftData and Charts. #iOSDev

thatvirtualboy
2 days ago

Oh hey #iOSDev friends,

If you’re not using TelemetryDeck already, you should be! And if you use this referral link, you’ll get 200,000 free signals on top of the free plan (link is good for this week only).

Your future self will thank you!

https://dashboard.telemetrydeck.com/registration/organization?referralCode=8G0YS60MK1MJAXRN

Axel Le Pennec
2 days ago

I think the issue I have is related to the fact that I use the same model twice, even though I init a new one for every container?

I made a simple app that either use two models, or a shared one. When two models are used, the app crashes. It's working fine when re using the shared model.

#CoreData #WidgetKit #AppIntents #buildInPublic #iosdev #indiedev

Axel Le Pennec
2 days ago

WidgetConfigurationIntent question: how do you setup your EntityQuery when it needs to access your Core Data database?

I'm getting a crash when I try to use different Core Data stacks for the app and EntityQuery.

I describe my issue in this attached note. I'm new to extensions btw so I don't have the full picture of how processes run.

#AppIntents #WidgetKit #buildInPublic #indiedev #iosDev

Yilei Yang 🥭
3 days ago

3. Support archiving or deleting medications.

#iOSDev #MangoBaby

Screencast of Mango Baby showing archiving the medication "Infant's Tylenol" and deleting another medication "Allergy Relief".
Yilei Yang 🥭
3 days ago

2. Support filtering medications.

#iOSDev #MangoBaby

Screencast of Mango Baby's new medication filtering feature.
Axel Le Pennec
3 days ago

I can't run a .supportedFamilies([.systemSmall]) widget in simulator: "The request to open "com.apple.springboard" failed." If I specify .supportedFamilies([.systemSmall, .systemMedium]), it works & I see the widget on the home screen.

Any idea?

#WidgetKit #iOSDev #indiedev #buildInPublic

Axel Le Pennec
3 days ago

I just added a Widget Extension target to my iOS app but I can't build anymore because of a signing issue... I'm using automatically managed signing option in Xcode.

What have I done wrong?

#iOSdev #buildinpublic #indiedev #xcode

Karl Baron
4 days ago

Glad to see that Apple are also struggling with #SwiftUI
#iosdev

The iOS 17 Lock Screen Play controls but everything is stretched out and aligned oddly

TIL that in Developer.app, I can drag the session video from the bottom to make it bigger inside the window. Really wish I'd known this a long time ago!

#iOSDev

Axel Le Pennec
4 days ago

I’m seeing a strange animation of my paywall content when it appears (it’s a #SwiftUI NavigationStack presented as a sheet). I don’t really know where this could come from as I don’t call any animation…

Have you experienced that? Is there a fix?

#indiedev #BuildInPublic #iosdev

Axel Le Pennec
4 days ago

I rebuilt my 10-year-old boating logbook app @AppSkipper from scratch in #SwiftUI & the update is now available for #iOS17 🥳.

➡️ https://apps.apple.com/app/id671764434

It's time to bring it to the next level: widgets, Live Activity, CloudKit sync, watchOS...

#indiedev #buildinpublic #iosdev

Konstantin 🏳️‍🌈
5 days ago

Ok, enough FOSSing around, back to our regularly scheduled programming.

#TootSDK #FeedbackBulb #IndieDev #iOSDev #Swift

TootSDK
5 days ago

A new release of TootSDK - 0.61.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/0.61.0

What's changed:

- Fix lists feature documentation @luckkerr
- TootClient get/delete filters and a pixelfed fix for updateCredentials @technicat
- Add post conversations and improve documentation @konstantin

We’d like to thank everyone who has submitted PRs, raised issues since we released the package publicly.

Community contributions are greatly appreciated 🙌

#iOSDev #Swift #TootSDK #Fediverse

Jonathan :mac:
5 days ago

Mac app update got rejected…
Is it really that hard to just click the app icon in the dock?

Also got rejected for using com.apple.security.network.server. Isn’t this needed for CloudKit?

Also, if both these issues are the case, why didn’t you guys flag this on my first app release? 😂

#swift #iosdev #macos

iOS Dev Weekly
5 days ago

iOS Dev Weekly, Issue 628 is (finally!) out. Happy Friday, everyone! 🚀
https://iosdevweekly.com/issues/628#start

#Swift #SwiftLang #iOSDev #MacDev

Axel Le Pennec
5 days ago

Strange random crash when debugging in Xcode. Happens when I present a sheet with a NavigationStack and a List within. I don't really know what's the issue, seems related to an index, maybe for the list items...

#SwiftUI #Xcode #BuildInPublic #iOSDev #indiedev

Dean
1 week ago

I made a new Swift Package!

Need to trigger a behavior when all, or some rules are fulfilled?
Something like ... opening a paywall, requesting for an App Store review?

Inspired from the TipKit API with event donation, Introducing RuleKit, my new Open Source library for iOS, macOS, watchOS and tvOS !

Feel free to share, contribute, star, and obviously, use!

https://github.com/Dean151/RuleKit

#OpenSource #Swift #iOSDev #AppleDev #MacDev

Sample code of using RuleKit for triggering an App Store Review Prompt
Adam Linder
1 week ago

A wild Music App Stuff appears! Here's the lowdown on how I spent my summer, what's new in Albums 5.3, and an update on the Mac app:

https://albumstheapp.substack.com/p/albums-53-interactive-widgets-shortcuts

I'm really proud of this update, especially the new Shortcuts support. I'm grateful to the engineers at Apple who worked on the new frameworks, and to the hundreds of beta testers whose feedback went into making this update what it is.

#iosdev #ios17 #appintents #shortcuts #widgets #indiedev

Ryan Lintott
1 week ago

The Old English Wordhord has been updated for iOS 17 with a new word-of-the-day StandBy widget! It’s also been updated with iPhone and iPad lock screen widgets.

#iOS #iOSDev #IndieDev #Medieval #OldEnglish #iOS17 #LockScreen #StandBy #Widget

An iPhone in StandBy mode showing the Old English word of the day widget on the left. þweora, crossness, peevishness. Today's date is on the left. The iphone sits at the back of a metal ink well with a feather in it on an old wooden desk.
An iPhone with the Old English word of the day lock screen widgets. The inline widget above the date shows a dragon symbol and the word fyrhþ-glēaw. The larger rectangular widget below the time  has the same word and the definition wise-minded, prudent. The iPhone sits on an old hand-ruled ledger full of handwritten notes.
Justin Bianco
1 week ago

It wasn’t my splashiest update cycle but I was ready on day one, I made my apps better, I resisted adding trendy capabilities that didn’t truly fit, and I did it while taking care of myself and working at an intentionally slower pace for maybe the first time ever.

I’m glad others are getting the attention and buzz they deserve, and I’m also very happy to be on the sidelines for all of it. Happy launch day, friends.

#iOS17 #iOSDev #AppDev #Programming #AppStore

Indieappspotlight
1 week ago

iOS 17 is out and a lot of apps have been updated. Check out this post to see what indie devs have been working on 👇
Indie dev’s reply and get the word out about your app!
#iOS17 #iOSdev #indiedev #indiehacker #buildinpublic

thatvirtualboy
1 week ago

Congrats to all the #indiedevs who put months of work into your apps getting ready for Monday.

Everyone should be incredibly proud of each and every line of code you wrote to better your app and delight your users.

I've been so inspired and encouraged by following many of your journeys and wish you all the best with your #iOS17 updates!

#iOSdev

Yilei Yang 🥭
1 week ago

Updated Mango Baby's major iOS 17 release article.

See you Monday, parents 🥭

#iOSDev #iOS17

https://mangobaby.app/release-notes/v2023.10

Rafa
2 weeks ago

Help iOS-Dev-Wan-Kenobi, you're my only hope!

Any idea why my AudioPlaybackIntent ignores my custom init and always runs the default one? #swift #iOSDev

Solved: @_Davidsmith is a saint ✨

Dan Kantor
2 weeks ago

BOOM! Just submitted @deek for 1.0 review. It’s amazing how I still get nervous every time I launch a new app.

#BuildInPublic #iOSDev

Albums - Album Focused Player
2 weeks ago

Hey look, it's Albums 5.3! Look for a new Music App Stuff next week digging into everything, but for now, enjoy the new widgets.

I'm expecting y'all Mastodon nerds to make all sorts of dope automations with the new Shortcuts actions. Make sure you head to Settings -> Siri & Automation in-app and check out the Shortcuts Gallery for some prebuilt ones.

Full change log available here on the Albums subreddit: https://www.reddit.com/r/albumstheapp/comments/16hwk9a/albums_53_release_notes_interactive_widgets_new/

#iosdev #music #shortcuts #ios17 #albums

A notification showing that Albums 5.3 is Ready for Sale on the App Store
Jon Duenas
2 weeks ago

How do y’all make your App Store screenshots? I find this to be one of the most annoying aspects of releasing an app. #iOSdev

thatvirtualboy
2 weeks ago

I’m also super excited that this is the first release of Hello There that includes app ads for participating #indies! 🥳

We have over 20 #indiedev apps being served up in Hello There's free tier and I’m so pumped about it!

More information about that here: https://thatvirtualboy.com/23-advertise-with-raktech-apps/

#iosdev

Turning on strict concurrency checking for all targets in a Swift package: https://useyourloaf.com/blog/strict-concurrency-checking-in-swift-packages/ #iOSDev #SwiftLang

Axel Le Pennec
2 weeks ago

I’m curious: what’s a simple way to store Sign In With Apple user account information (identifier, full name, email) in a GDPR compliant way without using any third-party tool like Firebase or Auth0? Like having a dedicated server (I don’t know backend/server side code).

#iosdev #indiedev #BuildInPublic

Klemens 🥳
2 weeks ago

It's done! Study with Subwords is coming to #watchOS10 very soon!
Take quick study sessions or just browse your lists right on your wrist!

#iosdev #indiedev

Promo Graphic of Study with Subwords for Apple Watch. Left is the Study with Subwords logo. Underneath it says "Now on Apple Watch".
Right are five Apple Watches with screenshots of Study, showing the lists "Vegetables Spanish" and "Chemical Elements - Period 1, 2 & 3" both on their overview screen and on the study screen
Matthew Flint
2 weeks ago

Looking for work.
Who’s hiring #iOSDev?
UK or remote.

Been playing around and iterating on this UI for a workout. Added heart zones recently.

What do you think?

#iOSDev #IndieApps #indie

Screenshot from an iPhone showing a walking workout with stats and a map showing the route.
thatvirtualboy
3 weeks ago

Wow what an incredible response from the #iosdev community! I'm so excited to be partnering with some great indies.

In less than 24 hours we blew thru the free TypeForm plan 😅

The form has been rebuilt and is once again available!

https://thatvirtualboy.com/23-advertise-with-raktech-apps/

Russell Gordon
3 weeks ago

Very excited to see that all of these @b0rk ‘zines have arrived and are ready to distribute to my students!

Definitely take a look – whether you're a teacher or a software professional:

https://wizardzines.com

Thank-you, Julia, for your stellar work. 💫

#teachers #iOSDev

Many print copies of Julia Evans’ “Pocket Guide to Debugging”, “How Integers and Floats Work”, and “Become a Select Star” cover the surface of a desk.
thatvirtualboy
3 weeks ago

Trying something new... advertising your app in my apps

https://thatvirtualboy.com/23-advertise-with-raktech-apps/

#indiedev #iosdev