Posts

Post not yet marked as solved
1 Replies
Hello @munniee, I was able to get desired effect this trait AccessibilityTraits.startsMediaSession: Use this trait to silence the audio output of an assistive technology, such as VoiceOver, during a media session that should not be interrupted. For example, you might use this trait to silence VoiceOver speech while the user is recording audio. There's small side effect that disables pronunciation of next element if changed quickly, but you can additionally post announcement, e.g. UIAccessibility.post(notification: .announcement, argument: "Next element label")
Post not yet marked as solved
7 Replies
I use SwiftListTreeDataSource to visualise hierarchical data structures (trees) in lists-like way. It's UI agnostic, just like view-model, so you can use it with UITableView/UICollectionView/NSTableView or even SwiftUI and search is also supported.
Post not yet marked as solved
12 Replies
Thank you Eskimo! I have couple more related questions. General questions about iOS configuration profiles: When create certificate in Apple Configurator 2 there’s option to sign in with certificate, I understand it necessary for security purposes and we need to renew profile when certificate expires, right? What happens after “signing” certificate is expired for already installed profile, would profile restrictions still work for device or there's any action to take? Questions related to profile install checks: I used tutorial to create Certificate Authority from here: https://blog.arrogantrabbit.com/ssl/Root-CA-macOS/ I am not sure if I better stick with default values provided by the creation wizard or follow this tutorial to apply some modifications? I guess from your answer default values should be fine for X.509 policy. CA root & leaf certificate have expiration dates. In creation wizard setup is up to 999 days. After 999 days trust evaluation will fail with error “MyCert” certificate is expired”. Is there an option to extend this certificate lifetime/expiration date to 10/20/30 years for example? I can also think of other option to return successful evaluation for this specific kind of error, but not sure it’s safe or might fall for another close related error? Basically I wouldn’t like to force user to re-install / install additional updated profile for this check to work after 2 years. Thanks, Dzmitry.
Post not yet marked as solved
12 Replies
Hello Eskimo. Could you please clarify what important items to specify when create new CA? For example what values should be for User Certificate: "S/Mime (Email)", "Code Signing" or "Custom..."? Thanks, Dzmitry.
Post not yet marked as solved
2 Replies
Could you please clarify if there’s any plan to add ECG & irregular rhythm notifications support for Belarus? I know it’s not the right place to ask, but there’s no feedback from feedback assistant ticket. Thanks in advance.