ShoutSocial / share_handler

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

How to use the latest version? I want to use the latest version that has fixed UIApplication.openURL #99

Open FairyWorld opened 4 weeks ago

FairyWorld commented 4 weeks ago

How to use the latest version? I want to use the latest version that has fixed UIApplication.openURL I encountered a similar problem. The ios browser shared URL would crash. I saw that someone had submitted a solution to mr and it was adopted, but the version on pub.dev was still 6 months old.

szuwest commented 3 weeks ago

you have to call the method yourself in application:didFinishLaunchingWithOptions

if (launchOptions != nil) { SwiftShareHandlerIosPlatform.instance.application(application, didFinishLaunchingWithOptions: launchOptions!) }