Sorry, I’m still not seeing it. As far as I can tell that just kicks the can down the road and leaves us with the same problem. The app is either running on iOS 15 or it’s not. As such, any package used is either running on iOS 15 or it’s not.
If I’m not running on iOS 15, then async/await and its various supporting functions and api entry points aren’t available, and any function I call will have to implement an alternative method of generating the same result.
If there’s something I’m missing here I’d love to see some sample code.