Posts

Post marked as Apple Recommended
21k Views
I just tried to submit a new version of an app for review. Doesn't work with the following error message: Unable to Add for Review The items below are required to start the review process: New apps and app updates must be built with the public (GM) versions of Xcode 11 or later, iOS, macOS, watchOS, and tvOS SDKs. Apps built with beta versions aren’t allowed. The app was built with the latest public version of Xcode (15.0.1). Does anyone else have this problem?
Posted
by vsmedia.
Last updated
.
Post not yet marked as solved
0 Replies
329 Views
Today I briefly saw this small cloud symbol with a blue circle/dot on it in Xcode 15.0.1. I hovered the mouse over it and no hint was displayed. I was distracted by someone, then wanted to click on it later, but it was no longer there. Now it is no longer displayed. No matter what project I open or what I do in Xcode. I haven't found any information about the icon on the internet. Does anyone know what it is for and what exactly happens at the moment it is displayed? I do not use Xcode Cloud.
Posted
by vsmedia.
Last updated
.
Post marked as solved
4 Replies
1.5k Views
When I build an app with Xcode 14.0.1, then on iOS 16 the leftBarButtonItem is placed too far to the left and the rightBarButtonItem is placed way too far to the right on the UINavigationBar. But with the same build it still looks fine on iOS 15.5 and below. Does anyone have an idea how I can get everything on the UINavigationBar to display properly on iOS 16? I have already tried all three styles of UINavigationItemStyle that are available since iOS 16. No success. With all 3 styles it looks like on the picture. It's about the "Cancel" and "Done" buttons, which you can see in the image:
Posted
by vsmedia.
Last updated
.
Post marked as solved
10 Replies
2.2k Views
I have old projects without autolayout. When I open the storyboard in Interface Builder everything looks fine. But if I move a button or label by one pixel, for example, or add a new UIView, then the Interface Builder randomly changes the x, y, width, or height values for almost all elements in all UIViewControllers in the storyboard file. Not all values are changed, but a lot. If I close and open Storyboard a few times and do an action, the values are changed so many times that the user interface is completely broken. Does anyone have an idea how I can fix the problem? I am using Xcode 14.0.1 and it happens with all projects I have. The changes look like this, for example:
Posted
by vsmedia.
Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
For example, when I share a link in Safari, a view appears (iOS’s share sheet) where many apps are displayed with which a URL can be shared. I know that I can display my app there as a share extension. Further below the apps a list with actions is displayed. How can I show a menu item with my app in this list? Unfortunately I can't find any information on this.
Posted
by vsmedia.
Last updated
.
Post not yet marked as solved
0 Replies
980 Views
I would like to be able to receive images from Safari in my Share Extension. To do this I need to add public.url in NSExtensionActivationRule. This works and my app can receive shared images from Safari. The problem is that my app also appears in the list when sharing a URL to a website and not an image. Now I'm looking for a way to hide my app when sharing in Safari if the URL doesn't lead to an image.
Posted
by vsmedia.
Last updated
.
Post not yet marked as solved
1 Replies
617 Views
I would like to completely block touch interaction on the top half of the display and only allow it on the bottom half. And in such a way that touching the top half doesn't even generate a UIEvent. I would like to make an app where a physical object can be placed on the upper half of the display. This physical object generates many touch events and as a result the lower half of the display is no longer operable. Setting userInteractionEnabled to false on the top UIView doesn't help, because the touch events are still generated on the internal level. Is there a trick to completely deactivating the touch in the upper half so that the maximum possible number of touches is not exhausted by the item placed on the display? I'm afraid that it happens on the hardware level and my project is not feasible. But I still have a small hope that someone here knows a trick through the software to have the lower half of the display operable despite the object on the upper half of the display.
Posted
by vsmedia.
Last updated
.
Post marked as solved
4 Replies
4.2k Views
My company from Germany had been registered as a developer at Apple for many years. I have now moved to Switzerland with my family. I deregistered the company in Germany and registered a new company with the same name in Switzerland. Now, almost two months ago, I have communicated the changes on the account management page under the link "Need to edit this information?" with the request to switch my account to Switzerland and enter the new address, the new VAT number and the new telephone number. I got a link where I should upload documents for the proof. I did that and nothing has happened for two months. When I ask the support, they answer that my case is in the right department and they can't tell me anything more specific. It is not possible to contact the department directly. How long can an update of the data take? Is there any way I can contact the responsible department?
Posted
by vsmedia.
Last updated
.