Posts

Post not yet marked as solved
1 Replies
367 Views
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!
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
1 Replies
660 Views
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.
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
0 Replies
466 Views
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.
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
5 Replies
7.0k Views
this happends today.ERROR ITMS-90190: "Invalid Info.plist Key. The key 'UIUserInterfaceStyle' in the Payload/brownie.appInfo.plist file is not valid."
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
0 Replies
363 Views
document.body.scrollLeft and document.body.scrollTop will always be 0. this is against W3C.
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
0 Replies
450 Views
the DocumentBrowserViewController won't let my user pick a save location or open a file outside the folder with my app name, both in iCloud drive and in local device. it reports me some permission issues, and i found that the 'fileUrl' of the UIDocument is not even readable. this behavior is different from iOS 12, and it seems the developer beta 3 behaviors the same. please help me find out how to make users able to choose their file locations freely in iOS 13.
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
0 Replies
310 Views
the posixPermissions of the file to be imported is already 0o777the logs are:2019-07-08 12:36:30.503789+0800 brownie[1192:69381] [Common] _BSMachError: port 7b77; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"[DocumentBrowserViewController], 2019-07-08 04:36:30 +0000, 217, Failed to import document at file:///Users/zhangqi/Library/Developer/CoreSimulator/Devices/4415C024-0DD9-497C-A6B7-EECCDD7EAD5A/data/Containers/Data/Application/65A7E808-05F5-4DA0-8186-8370F645C579/tmp/Central%20Topic.xmind
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
2 Replies
853 Views
Why my files created by my app and picked by user via the UIDocumentBrowserViewController are all not writable? since it's totally working well in iOS 12?not only my app, others (like mindnode) can't open their files too. please someone tell my why.
Posted
by Cloudage.
Last updated
.
Post not yet marked as solved
1 Replies
736 Views
in iPadOS 13 beta, i confrimed that when you load a page in WKWebView, its document.body.scrollLeft and document.body.scrollTop will always be 0. and i belive this is a bug. am i correct?
Posted
by Cloudage.
Last updated
.