Posts

Post not yet marked as solved
1 Replies
735 Views
Our apps present complex text in WKWebView and we are trying to make the apps compliant with dynamic text. I have added `font: -apple-system-font` to the body tag in our css, and on some pages, this triggers dynamic text; on others, it has no effect. According to the WWDC 2017 presentation, as long as you use relative sizes for fonts, this should work. Are there any other known gotchas in making this work?
Posted
by sharp11.
Last updated
.
Post not yet marked as solved
6 Replies
1.5k Views
If no receipt is found, it is normally recommended to issue a refresh request. However, it seems to me that a cleaner UI is offered by simply letting the user do "restore purchase".I am wondering if there is some scenario in which a refresh request is needed?EDIT: I am working with a non-consumable, non-subscription IAP.
Posted
by sharp11.
Last updated
.
Post not yet marked as solved
2 Replies
875 Views
I am breaking within a switch case (within a method) and lldb is not able to p or po my local vars. I have checked both optimization flags and they are set to none.Interestingly, I *am* able to po variables outside the switch and properties of the containing struct.XCode 9.2, Swift 4
Posted
by sharp11.
Last updated
.