Post

Replies

Boosts

Views

Activity

Reply to DSA compliance web page has wrong address, and I can't change it.
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.
Mar ’24
Reply to Connect DSA trader question
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.
Mar ’24
Reply to Consistently getting JWT errors
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.
Topic: App & System Services SubTopic: General Tags:
Mar ’24
Reply to DSA compliance web page has wrong address, and I can't change it.
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.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Connect DSA trader question
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.
Replies
Boosts
Views
Activity
Mar ’24
Reply to There's now an app for viewing 360 pano's in Vision Pro
Is the source code available somewhere?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to RealityView in Xcode 15.0 beta 8 gives error - 'init(make:update:attachments:)' is unavailable in visionOS
Apple should clearly communicate these changes. I just got the error message: "attachments" not available on visionOS. What the ...?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Vision Pro - lets join forces to improve VisionOS platform
I would love to see direct photo and video capture inside an app. This is a killer feature for many apps.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Example Spatial/Immersive Video Player
Awesome, thank you so much for sharing this!
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to visionOS: Searchbar above window, like on Safari?
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?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Consistently getting JWT errors
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.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Could not locate file 'default-binaryarchive.metallib' in bundle.
I'm using RealityKit directly. How can I get rid of this message?
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to In Real Time Panoramic View on Apple Vision Pro
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.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Volumetric window
I would need the opposite: to position the volumetric window to the right of the 2D window, so both do not overlap.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Skyboxes for progressive views in Apple Vision Pro
Where exactly can this progressive immersive project template be found?
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to visionOS: Moving window with a Map causes app to freeze
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to visionOS: Moving window with a Map causes app to freeze
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to How to handle thousands of map annotations (+100K) in a MKMapView?
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?
Replies
Boosts
Views
Activity
Feb ’24