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!
Post
Replies
Boosts
Views
Activity
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.
Hi community.Recently, every time we upload a testflight, we'll receive a mail saying UIWebView APIs are deprecated and apps using it will be rejected in the near future. But our problem is: actually we are using WKWebView, we have no idea what API we are using is considered a "UIWebView API". Is there a way to get rid of this problem?Thanks for any help.