I have the very same issue. I converted my personal developer account (in Germany) into a business account (in the States) when I founded my business there. DUNS has the correct (US) address in their records, but App Store Connect still shows the old (German) address - even on the main page, which is different from the OP's situation. I cannot change that address there. I don't even live in Germany anymore... What a mess.
Post
Replies
Boosts
Views
Activity
I had no clue either. I am pretty fluent in English, but this is pretty weird legalese.
Then found this Reddit thread which refers to a JetBrains article saying that anyone who is developing apps in a commercial context is a "trader":
https://www.reddit.com/r/iOSProgramming/comments/1be1e18/can_anybody_please_tell_what_is_the_difference/
Funny enough, I could not even proceed, because App Store Connect does not show up the correct address for my US company, although it is correctly filed at DUNS. What a mess.
Is the source code available somewhere?
Apple should clearly communicate these changes. I just got the error message: "attachments" not available on visionOS. What the ...?
I would love to see direct photo and video capture inside an app. This is a killer feature for many apps.
Awesome, thank you so much for sharing this!
In general, I can use an ornament to do that. But how is the search results list built? Is this a sheet? But if so, how can it be dismissed when tapping outside of the sheet's area?
I only get this if I am using a different App ID than what is registered in the official App Store, although these testing IDs have been correctly setup in the App ID section of the developer portal. If I use my production ID, everything works. But if I use my staging or developement IDs, access fails.
I'm using RealityKit directly. How can I get rid of this message?
I'm wondering the same. Projecting a Swift UI view on a panoramic plane would be awesome. But I couldn't find a way to do this.
I would need the opposite: to position the volumetric window to the right of the 2D window, so both do not overlap.
Where exactly can this progressive immersive project template be found?
Another observation: It also happens if I popup a new window, interact with that window, and then click into the map window again. It seems to be related to the window receiving user gestures again. Interestingly, it does not happen if I close the second window right away.
I just noticed that the logs appeared since I added a toolbar to the window. Without these, the app still freezes, but without any logs. That's the reason why I noticed them just yesterday.
We have a map with thousands of markers. If we use the new SwiftUI map introduced in iOS 17, the performance and user experience is just super bad. Sometimes, it takes ages to scroll the map. So we are trying to find a solution, maybe based on the old UIKit maps. Did you find a solution here?