Post

Replies

Boosts

Views

Activity

Comment on Guidance on implementing Declared Age Range API in response to Texas SB2420
Thanks! I only have iOS apps, but the Google Play docs look super useful for getting a sense of the overall flow. I believe raising an app's Age Rating to 18+ and Geo-Blocking Texas are both NOT COMPLIANT Yeah, I'm honestly surprised that so few people seem to be talking about all this – that's why I'm doubting myself and wondering if I'm overreacting. My team is working under the assumption that it will eventually work and it's on Apple to fix their backend This seems reasonable to me.
Dec ’25
Comment on Safe areas ignored after navigating a WebView/WebPage back in a NavigationStack
I downloaded the project and couldn't get it to compile. However, I inspected the code and I see that the back button uses the same mechanism as domchristie's MWE, so I would expect the same bug (a WebPage.BackForwardList.Item is passed to WebPage.load()). You can see it for yourself by running domchristie's code. Padding is auto added to the web page to account for the nav bar, but the system forgets about this padding when navigating back, causing the page to jump to a different position.
Topic: Safari & Web SubTopic: General Tags:
Sep ’25
Comment on Guidance on implementing Declared Age Range API in response to Texas SB2420
I just tested it on device (iOS 26.2) and it's working for me. isEligibleForAgeFeatures returns true or false depending on how the sandbox account is configured. When testing on device with a StoreKit config file (not a sandbox account), it always returns false.
Replies
Boosts
Views
Activity
Jan ’26
Comment on Guidance on implementing Declared Age Range API in response to Texas SB2420
Thanks! Good news for now.
Replies
Boosts
Views
Activity
Dec ’25
Comment on Guidance on implementing Declared Age Range API in response to Texas SB2420
Thanks! I only have iOS apps, but the Google Play docs look super useful for getting a sense of the overall flow. I believe raising an app's Age Rating to 18+ and Geo-Blocking Texas are both NOT COMPLIANT Yeah, I'm honestly surprised that so few people seem to be talking about all this – that's why I'm doubting myself and wondering if I'm overreacting. My team is working under the assumption that it will eventually work and it's on Apple to fix their backend This seems reasonable to me.
Replies
Boosts
Views
Activity
Dec ’25
Comment on Localization of NSAlarmKitUsageDescription
I didn't know usage descriptions were supposed to be added to InfoPlist.xcstrings automatically – I haven't noticed this before. I've always added them manually. I'm on Xcode 26.0.
Replies
Boosts
Views
Activity
Oct ’25
Comment on Safe areas ignored after navigating a WebView/WebPage back in a NavigationStack
I downloaded the project and couldn't get it to compile. However, I inspected the code and I see that the back button uses the same mechanism as domchristie's MWE, so I would expect the same bug (a WebPage.BackForwardList.Item is passed to WebPage.load()). You can see it for yourself by running domchristie's code. Padding is auto added to the web page to account for the nav bar, but the system forgets about this padding when navigating back, causing the page to jump to a different position.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Navigation title renders below navigation bar background color in iOS 26
FB20174717 Are you suggesting I put the List in a VStack? Because this results in the same problem for me.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’25
Comment on Alarmkit custom sound plays once
I think you need to add the .caf extension: .named("my-sound.caf"). I've also found that compressed Core Audio Format (caf) files do not work in the simulator but do work on device.
Replies
Boosts
Views
Activity
Sep ’25
Comment on Alarmkit custom sound plays once
How did you get the looping to work? Did you just create an audio file in which the sound repeats some number of times?
Replies
Boosts
Views
Activity
Sep ’25
Comment on Alarmkit custom sound plays once
How did you get the looping to work? Did you just create an audio file in which the sound repeats some number of times?
Replies
Boosts
Views
Activity
Sep ’25