iOS 17 seems to completely remove the NewsstandKit framework.
This is problematic for apps that happen to link with the NewsstandKit framework (they crash at launch).
Ref: dotnet/maui#16316
We should look into always linking weakly with NewsstandKit (in existing stable release for .NET 7), so that existing apps won't crash when end users upgrade to iOS 17.
iOS 17 seems to completely remove the NewsstandKit framework.
This is problematic for apps that happen to link with the NewsstandKit framework (they crash at launch).
Ref: dotnet/maui#16316
We should look into always linking weakly with NewsstandKit (in existing stable release for .NET 7), so that existing apps won't crash when end users upgrade to iOS 17.