ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

fix: UIApplication.openURL is deprecated #98

Closed dbrpci closed 1 month ago

dbrpci commented 1 month ago

Quick fix to resolve: The caller of UIApplication.openURL(:) needs to migrate to the non-deprecated UIApplication.open(:options:completionHandler:). Force returning false (NO).

Resolves: https://github.com/ShoutSocial/share_handler/issues/96

arrrrny commented 1 month ago

Thx @dbrpci ! Works like a charm.

arrrrny commented 1 month ago

cool

JoshJuncker commented 1 month ago

I don't work at this company now, and don't have access to publish to pub.dev. I'm actively trying to figure this situation out now.

arrrrny commented 1 month ago

@JoshJuncker They can transfer the package to you. create a pub.dev account and then create a publisher account. They should add your email as the maintainer. And then you can transfer the package to the new publisher you created. If them adding you is not possible, just create the share_handler_plus package and _plus package for all sub packages like I did. publish dependent packages first and lastly share_handler_plus