Posts

Post not yet marked as solved
0 Replies
150 Views
I know that in the past, there was a complicated process to make apps available in China. However now, I see the following for both China and South Korea: China mainland: Processing to Available Korea, Republic of: Processing to Available What does "Processing to Available" mean? Does this mean that Apple is working on making the app available for me? I want my app to be available in China when the Vision Pro launches there.
Posted
by jlv.
Last updated
.
Post not yet marked as solved
0 Replies
151 Views
I can't get a 3D model to spin inside a swiftUI 2D view.. I had for example: Model3D(named: "Cupcake") .rotationEffect(Angle(degrees: rotationAngle)) But I'm unsure where to implement something like rotationAngle += 5 (I'm used to Unity and would put that in Update())
Posted
by jlv.
Last updated
.
Post not yet marked as solved
1 Replies
226 Views
When creating a passthrough AR app (e.g. in shared space or immersive space), can you write your own metal shaders or are there limitations like with Unity PolySpatial?
Posted
by jlv.
Last updated
.
Post not yet marked as solved
6 Replies
862 Views
From my 2D WindowGroup, the user can open an ImmersiveSpace. (For some reason the original 2D WindowGroup disappears as soon as the mouse cursor is not over that windows anymore, so the user is only in the immersive space, not sure what the logic is there) Bt anyhow, what is the standard UX pattern to let the user exit that space again, and return to the 2D part of the app? This is roughly my app's setup: var body: some SwiftUI.Scene { WindowGroup { ContentView().environmentObject(buildingModel) } ImmersiveSpace(id: "ImmersiveSpaceVideoWrapper"){ Immersive360VideoPlayer() }.immersionStyle(selection: $currentStyle, in: .mixed, .progressive, .full) ImmersiveSpace(id: "ImmersiveSpacePhotoWrapper"){ Immersive360Photo() }.immersionStyle(selection: $currentStyle, in: .mixed, .progressive, .full) }
Posted
by jlv.
Last updated
.
Post not yet marked as solved
0 Replies
379 Views
The documentation for the AppIcon is unclear to me: I added a 1024 x 1024 AppIcon (PNG) in the asset, but my app still is not getting any icon. Edit: found the solution: Create an Assets folder if you don't have one already Click the + at the bottom of the list in the assets folder > visionOS > AppIcon
Posted
by jlv.
Last updated
.
Post not yet marked as solved
0 Replies
251 Views
In an attempt to do stereoscopic 360 rendering, I need to render a camera view specifically to one eye. How to do that in vsionOS with RealityKit?
Posted
by jlv.
Last updated
.
Post not yet marked as solved
1 Replies
408 Views
I have a fairly standard app for visionOS, created using SwiftUI. I have not added any customization, so I regard this "out of the box" graphics. Legibility is far too low. I know I can change that, but by default, SwiftUI should generate UI elements that are within WCAG2 specs.
Posted
by jlv.
Last updated
.
Post not yet marked as solved
0 Replies
388 Views
I'm creating a office-tour app with SwiftUI and would like to show a stereoscopic 360 picture (or perhaps video at a later stage). I only found traditional video playback here.. How to play back 360 content on Apple Vision Pro?
Posted
by jlv.
Last updated
.
Post not yet marked as solved
2 Replies
411 Views
Downloaded and trying to run the Hello World example project (the globe and satellite). xcode 15.0 beta 2 Selected my development team (with automatic signing) The Vision Pro simulater is the target Pressed Play icon Got 11 errors. Q: How to run the example successfully in the simulator?
Posted
by jlv.
Last updated
.
Post not yet marked as solved
0 Replies
604 Views
Is there a way to improve the picture quality of the ARKit camera feed beyond the phones screen resolution? ideally I would like to be able to take on app photos with the same quality as the iPhone camera app, and videos in 4K+HDR (mixed with my AR content). thanks for any pointers
Posted
by jlv.
Last updated
.
Post not yet marked as solved
3 Replies
905 Views
When I embed an image -say a PNG- in a reality composer (RC) project on macOS, the image goes missing when opening the project on mobile or when sending it to someone else. (The same happens the other way around: embedding an image on mobile and then opening the project on macOS).The image shows up as a grey plane in the scene.However, in the inspector there acutally IS a thumbnail visible of the image, and it can even be selected as if it still is imported in the project. But, as sais, it doesn't work and shows up grey in the scene view.Please fix this bug, we need this to use RC effectively.Used:2019 MacBook Pro 15" with macOS 11.15.4 with Xcode 11.5iPhone Xs with iOS 13.5.1 and RealityComposer 1.4
Posted
by jlv.
Last updated
.
Post not yet marked as solved
2 Replies
1.7k Views
I downloaded XCode 11.2 today from the Apple App Store. When I tried to upload my app to app store connect, it get the message that 11.2 is deprecated!Why isn't APple's own App Store up to date? Where do I get 11.2.1?
Posted
by jlv.
Last updated
.