I have an iOS App similar to Photos App from Apple, which also has a ‘Share’ button for sharing photo, which worked well before on iOS 13 to iOS 14. But when my iPhone was upgraded to iOS 15, the UIActivityViewController that is showed up was invisible.
I have asked this question on https://stackoverflow.com/questions/69496428/
But the error cannot be solved yet. Hope someone here can help. Thanks in advance.
Post
Replies
Boosts
Views
Activity
Calling requestReview (even in main thread) sometimes freezes my app. I discover it happens when a bad network connectivity with App Store.
So I want to check the connectivity with App Store before calling requestReview.
I just only found method for checking internet connectivity.
Any suggestion? Thanks in advance.