Post

Replies

Boosts

Views

Activity

Comment on Supported way to use MapKit in a sandboxed macOS Quick Look extension?
"> Wouldn't that be a solution then? You can display your map data in a web view." Ironically, this solution would become a security concern for the end-user as their file data would be sent to some random website for display, unlike the local solution where data is overlayed on top of MapKit. "> MapKit is a data service. Those bytes are billed to your account. But if the system is making the call, then your app gets free map tiles." MapKit is free to use in macOS/iOS apps.
3w
Comment on Does TN3135 apply to URLSessionConfiguration's proxyConfigurations?
It took me almost 2 years to get interested in looking at this again, had some code generated to test this specific use case, and it was pretty clear that it didn't work, as compared to iOS with the same code. Notably, it seems to have happened silently, which might give the impression that it works, but I ran both proxies locally, and observed no traffic, so it definitely didn't work. Filed anyways: FB22877219
May ’26
Comment on Supported way to use MapKit in a sandboxed macOS Quick Look extension?
"> Wouldn't that be a solution then? You can display your map data in a web view." Ironically, this solution would become a security concern for the end-user as their file data would be sent to some random website for display, unlike the local solution where data is overlayed on top of MapKit. "> MapKit is a data service. Those bytes are billed to your account. But if the system is making the call, then your app gets free map tiles." MapKit is free to use in macOS/iOS apps.
Replies
Boosts
Views
Activity
3w
Comment on Does TN3135 apply to URLSessionConfiguration's proxyConfigurations?
It took me almost 2 years to get interested in looking at this again, had some code generated to test this specific use case, and it was pretty clear that it didn't work, as compared to iOS with the same code. Notably, it seems to have happened silently, which might give the impression that it works, but I ran both proxies locally, and observed no traffic, so it definitely didn't work. Filed anyways: FB22877219
Replies
Boosts
Views
Activity
May ’26
Comment on Quick Look Extension does not load MapKit map properly anymore, after macOS Sequoia
Hi Ed, Please refer to FB15634383 for the report. On the suggestion, while I thought it was unfeasible in my use case, I did give it a try. Unfortunately, that too, did not work. I will elaborate further in a comment with a sample project in the same FB report. Thank you.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Does TN3135 apply to URLSessionConfiguration's proxyConfigurations?
Thanks for your reply! I have not tried it yet, but it is certainly more assuring to me to hear that the rule doesn't cover the entire Network framework. Now I can try without the thought that I would definitely be wasting time on something that might not work at all - since at least there's a chance that it might work!
Replies
Boosts
Views
Activity
Jul ’24
Comment on UIGraphicsGetImageFromCurrentImageContext() deprecated with no replacement?
What about watchOS? UIGraphicsBeginImageContextWithOptions is available in watchOS, but UIGraphicsImageRenderer was never ever available for watchOS, resulting in basically no replacements for watchOS.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’23