Hi Community:
I want to know (if someone knows) why content filters are only available for:
Supervised devices
Apps with Screen time, but only for children.
Is that make any sense while in Mac is supervision is not needed?
Why adults cannot decide to use a built in content filter instead of using screen time pre-filter by them selves?
Are they no conscious about what are they doing?
Are there any UX question to not open this powerful tool to improve an iOS user experience guided by third parties?
Thanks in advance.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello community:
I have some questions about xcprivacy and third parties. I was talking to a third party owner and he told me that in PrivacyInfo.xcprivacy you only need to declare the minimum things to use the third party.
For example, the third party uses the user's default value to save data about the application, but also if he has extensions, he uses it to communicate data between the application and the extension. Just declare the first one.
Also, it retrieves purchase history and there's a way to use it anonymously (although in my opinion it is not the most used feature by this third party) so the data is not linked to anyone, but if you use a user identified with Apple ID, purchase history is linked to it.
So if the third party only declares the minimal things that he uses, how can we know the rest of the data/api uses? Is this approach correct?
Hi there:
I was testing many different ways to sync text editor and keyboard movement, but always I obtain a delay or not exacting the same keyboard movement.
How can I get it?
The best way that I got is using a safe area inset, but always start later and ends before the keyboard movement.
Thanks in advance.
(Any solution including bridge between swiftui and UIKit will be much appreciated if the movement sync is right)
Hi, community:
I was trying to move from application(_:open:options:) (UIKit) to
onOpenURL(perform:) (SwiftUI). Maybe there's something that I'm missing.
In UIKit you can say to the system that you won't handle the URL then the app is not opened, but when I use onOpenURL(perform:) it is always opened. Is there any way to achieve the same behavior?
Thanks in advance.
Hi community:
I'm trying to create a form PDF form a script in swift on Mac
First approach was trying to add a simple and static text not collapsible. But I tried multiple options. And all ends on something that is not a static text.
The best approach was to create a textfield not editable with widget PDFKit, but when you go to the preview app on Mac and pass the the mouse over the field, it is highlighted in blue ...
Thanks for the support.
Hi community:
I'm trying to replace it with drag-and-drop images in assets.
I know for example that by adding a suffix @2 and @3, you can drag and drop and Xcode knows where they must be.
Also, I remember that it could be possible to add a suffix like ~dark or ~light.
There's no official documentation about it but I'm looking a way to drag and drop and autodetect assets per language. I've tried:
image_es@fr.png
image_fr@2x.png
image_fr@3x.png
But doesn't work.
Any ideas where I can find the docs? Or can someone provide documentation about it?
Thanks in advance.
Previews don't work when are inside of a static framework.
Has anyone experimented it also?
MessageSendFailure: Message send failure for update
==================================
| RemoteHumanReadableError: Unknown preview provider "Provider_Previews_"
|
| XCPreviewAgent does not contain a preview provider named "Provider_Previews_". Check your build settings to ensure the preview provider is compiled into your product.
|
| Mangled name: 0012Provider_0021Provider_Previews_V
Thanks in advance
Hi community:
I want to know if there is any way to request apple an update of its examples. In this case, I want this one https://developer.apple.com/documentation/networkextension/filtering_network_traffic
Thanks in advance
Hi:
I want to know if there's a way to get the configuration used when the app is launched and runsForEachTargetApplicationUIConfiguration is true. This property belongs to XCTestCase for UITests.
Thanks in advance
Hi:
I want to detect if a view has been presented with a fullscreen cover or with a sheet style. I have to get this info from inside the view that has been presented as a sheet or full screen.
Is there any way to achieve it?
Thanks in advance.
Hi:
I want to lock the device direction to landscape or portrait when the user enters on a specific screen.
How can I do it in SwiftUI?
Thanks in advance
Hi, community:
Today a Swift question came up to me.
Is a closure enum associated value considered to be an escaping closure?
an example:
enum Operation {
case opA(()-> Void)
case opB(()-> Void)
}
Thanks in advance
I made a workflow in Xcode Cloud, and for months it worked okay, but today it has jobs with actions queued for hours.
Is that expected? I mean the status page said that all works as expected. I didn't find other posts related to it.
Thanks in advance
Hi community:
Thanks for readme. I want to achieve get an adverb of frequency from a time interval or date component. So if I have something that measure one week, I want to get "weekly" as result, the same for 2 weeks "bi-weekly", month "monthly" and so on.
Is there any foundation API to get it?
Thanks in advance
Hi:
I'm wondering about what means values s,i from cert object inside the property NSErrorPeerCertificateChainKey and NSErrorPeerCertificateChainKey in an SSLError:
NSErrorPeerCertificateChainKey=( "<cert(0x1029c9e00) s: site.com i: Company Services>"
I suppose that "i" is the certificate's issuer and "s" is the site, but something is strange here.
I make a request to example.com and sometimes example.com does not appear on the certificate chain ... appearing Other sites and issuers not related to the certificate that example.com could have.
I think that it is the cause of the error, but if you could explain to me which could be the cause of this strange situation would be nice.
Thanks in advance