Post

Replies

Boosts

Views

Activity

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
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 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:
Nov ’25
Comment on UITabBarController crashes when editing the items
OK, I used the https://feedbackassistant.apple.com to report the issue
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’25
Comment on UITabBarController crashes when editing the items
I reported the issue on https://feedbackassistant.apple.com
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’25
Comment on UITabBarController crashes when editing the items
The Bug was reported under the number: FB20345124
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Sep ’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:
Replies
Boosts
Views
Activity
Nov ’25
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
Replies
Boosts
Views
Activity
Nov ’25
Comment on Question about testing the Declared Age Range feature
Ok, one additional question: How can the system be reset, so that the already given aprovall can be removed so that the system message will appear again? When I delete my app, the entry is still in the system. I don't want to completely set my system to factory only for testing if everything is working well....
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on AgeRange Functionality working on iPhone how to debug on Mac?
Hello Albert, OK I will try to create a project where only this crash is included. but it could take some time. Of course We have the crashing code already in TestFlight, but of course it is the whole project. If this would be also helpful for you I can add your account to our TestFlight Application.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25
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:
Replies
Boosts
Views
Activity
Nov ’25
Comment on AgeRange Functionality working on iPhone how to debug on Mac?
OK, thanks for the info. Is there any workaround available? I filed my project to the feedback FB21067180
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25