This is the first screen in my onboarding. It reassures the user that they made a great choice downloading this app.

This is the first screen in my onboarding. It reassures the user that they made a great choice downloading this app.

u/BlossomBuild — 2 days ago

Dynamic text onboarding error

One of my users got stuck on this screen during the onboarding. At first I thought it was cause she had a small iPhone but with an iPhone 16 pro that wasn’t the case.

The issue was I didn’t use SwiftUI native text modifiers. After switching to these and adding a ScrollView for good measure, the issue went away.

The take away, don’t forget to check how your app looks in the largest text.

u/BlossomBuild — 17 days ago
▲ 8 r/BlossomBuild+2 crossposts

When using StoreKit 2, start listening to Transaction.updates as soon as your app launches.

u/BlossomBuild — 19 days ago