Hi:
When I type on spotlight the name of my app, the App Store section does not show my app to download, unless I write "myAppname app".
Also, in the simulator, if I put the app name and keep pressing the option it shows the app, but no in other cases.
Any ideas about why it is?
Thanks in advance
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello:
I was reading about Mail Privacy Protection because a customer issue case, and how it don't work with VPNs. The final user sees all the time a message on the email top, and then the final user claims to the vpn owner.
Which are the hostnames to set in the VPN as whitelisted to remove the message from there?
Thanks in advance
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'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.