Post

Replies

Boosts

Views

Activity

With RealityKit in visionOS, is it possible to display floating views near entities?
Hey folks, I'm wondering if I can make views float near some entities, right above their heads, and have them always face towards the user. Embarrassingly, I've spent some time going through the documentation, but haven’t come across any API that would allow me to achieve this. I thought there might be a component to attach a view, or some other mechanism to provide a callback of sorts, letting me create a view for an entity whenever needed. However, I haven't found any such API so far. Any insights or guidance would be super appreciated. Thank you!
1
0
686
Oct ’23
Wrong introductoryPrice appears before its active date
Hi mates. Recently I'm working on an incoming discount event for our app, the event will be active about 10 days later, we have it all set up in the AppStoreConnect, but when I run a test, fetching the SKProduct, I can already receive the introductoryPrice which should not be there because it's not active currently. And when I try to purchase it, the sandbox environment charges me the full price, as it should be. We tried test flights and public beta, it's all behaves the same, and I have no idea how to test it under the production environment. So I'm facing this problem now: users can see the discounted price on our purchase page, but when they tap the item to purchase, the system (sandbox environment) will charge them full price. And I have no way to ensure how it will behave under the production environment, also I have no idea to determine when the introductoryPrice should be active inside the app. According to the document, the field 'introductoryPrice' of the class 'SKProduct' should be nil if the discount is not active now, but if there's a value, that introductory price should be currently available for purchase. Is there any misunderstand? I'll be grateful for any hint.
1
1
786
Feb ’21