Post

Replies

Boosts

Views

Activity

Comment on AgeRange Functionality working on iPhone how to debug on Mac?
Its ok and I created a new project where I have only my code implemented. It is running fine in the iPhone Simulator but it crashes when I use "myMac" with the following error: dyld[45339]: Symbol not found: _$s16DeclaredAgeRange0bC7ServiceV07requestbC08ageGates__2inAC8ResponseOSi_SiSgAISo16UIViewControllerCtYaKF Referenced from: Where shall I upload the project to? Or maybe you already can give me a hint what I'm doing wrong
Topic: App & System Services SubTopic: General Tags:
4w
Comment on UITabBarController crashes when editing the items
I added this code to remove the "Edit button" at least for the version 26.0 and higher. We have to find out at which version this is functional again.... (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated { UINavigationBar *morenavbar = navigationController.navigationBar; UINavigationItem *morenavitem = morenavbar.topItem; morenavitem.rightBarButtonItem = nil; }
Topic: UI Frameworks SubTopic: UIKit
Nov ’25
Comment on Question about testing the Declared Age Range feature
I also added now the AgeRange functionality into my App. but as I do not have children in my family below 18 I also in my tester community there is no-one available where parents and children have iOS 26 devices. So at the moment I can only test when the user is denying the request or when he is agreeing. But I cannot test what happens in case a account without appropriate AgeRange is using the app. So it would be great if a "pseudo" Family can be selected in the simulator.....
Topic: App & System Services SubTopic: General Tags:
Nov ’25