@matt_pretia I got official confirmation from Apple that documentation is wrong. iOS 17 is the minimum version to access the 50mb limit size.
Post
Replies
Boosts
Views
Activity
Make sure your App Clip target doesn't have any dependencies or frameworks that have a minimum deployment target below iOS 16.4.
I guess this invalidates reusing dependencies with an app that has a lower minimum deployment target, right?
Having said that, in iOS 15 we’ve added Markdown support, which addresses the second (“highly constrained”) use case I described in my answer.
What do you mean? I wasn't able to find any reference to that apart from Markdown support being added to SwiftUI Text element.
Thanks in advance