Post

Replies

Boosts

Views

Activity

Siri AI (2.0) in MacOS 27 RC - Ends Conversations
While I am liking Siri AI I find that it sometimes will just end a conversation. I can be going back and forth on a topic, and suddenly the input field is gone, and at the bottom of the window it says "Siri ended the conversation". Why does it do this? Once it has, the conversation is just an archive, there is no way to continue the conversation. Starting a new conversation of course forgets everything that came earlier so is pretty useless. I can not understand why Apple would make it work this way. The end point seems random, sometimes it is very quickly after a conversation starts, sometimes it never happens even after days go by.
1
1
822
2d
Xcode 13.1 iOS 15.0 simulator missing location privacy settings
When I run an app that uses location services on the Xcode 13.1 simulator for iOS 15 the location privacy settings are missing. If you go to the settings on the simulator under privacy the section for location services is missing. The exact same thing on a physical iPhone running iOS 15.0 does show the location settings under privacy in the settings app. Where did the settings for location privacy go? In order to test using the simulator a developer needs to be able to turn those settings on and off, like turning off precise location to see how an app responds.
12
6
19k
Nov ’23
Is Self._printChanges() allowed in apps in the AppStore?
I have used Self._printChanges() in my SwiftUI views, I find it a handy way to see more of what is going on during testing. I wrapped the calls in a #if !DEBUG .... #endif so it won't compile into a production build for the AppStore. Does Apple care about this? Will Apple reject an app submission to the AppStore because of the use of _pringChanges(). I realize it is technically an "undocumented" feature, but I have it not compiling into the production build. Is that good enough for the AppStore, or would that get rejected? If that will get rejected, does anyone know where in the AppStore guidelines it says not to use undocumented API calls, I could not find it. Thanks in advance for any and all ideas and thoughts.
1
0
909
May ’23
Siri AI (2.0) in MacOS 27 RC - Ends Conversations
While I am liking Siri AI I find that it sometimes will just end a conversation. I can be going back and forth on a topic, and suddenly the input field is gone, and at the bottom of the window it says "Siri ended the conversation". Why does it do this? Once it has, the conversation is just an archive, there is no way to continue the conversation. Starting a new conversation of course forgets everything that came earlier so is pretty useless. I can not understand why Apple would make it work this way. The end point seems random, sometimes it is very quickly after a conversation starts, sometimes it never happens even after days go by.
Replies
1
Boosts
1
Views
822
Activity
2d
The Swift Programming Language Book
Does anyone know if there will be a Swift 6 version of "The Swift Programming Language" book and if so, when it will be released for Apple Books?
Replies
9
Boosts
1
Views
5.5k
Activity
May ’26
Xcode 13.1 iOS 15.0 simulator missing location privacy settings
When I run an app that uses location services on the Xcode 13.1 simulator for iOS 15 the location privacy settings are missing. If you go to the settings on the simulator under privacy the section for location services is missing. The exact same thing on a physical iPhone running iOS 15.0 does show the location settings under privacy in the settings app. Where did the settings for location privacy go? In order to test using the simulator a developer needs to be able to turn those settings on and off, like turning off precise location to see how an app responds.
Replies
12
Boosts
6
Views
19k
Activity
Nov ’23
Is Self._printChanges() allowed in apps in the AppStore?
I have used Self._printChanges() in my SwiftUI views, I find it a handy way to see more of what is going on during testing. I wrapped the calls in a #if !DEBUG .... #endif so it won't compile into a production build for the AppStore. Does Apple care about this? Will Apple reject an app submission to the AppStore because of the use of _pringChanges(). I realize it is technically an "undocumented" feature, but I have it not compiling into the production build. Is that good enough for the AppStore, or would that get rejected? If that will get rejected, does anyone know where in the AppStore guidelines it says not to use undocumented API calls, I could not find it. Thanks in advance for any and all ideas and thoughts.
Replies
1
Boosts
0
Views
909
Activity
May ’23