Mihail Varbanov
Mihail Varbanov
Invoke on iOS platform: `SocialShare.shareSms('Rev Spring 2024 Ready-to-Wear\n', url: 'https://www.vogue.com/fashion-shows/spring-2024-ready-to-wear/rev/slideshow/collection', trailingText: '')` Result: Nothing happens **Reason**: The following line uses wrong SMS URL format that is not supported in iOS:...
Invoke on iOS platform: `SocialShare.shareSms('Rev Spring 2024 Ready-to-Wear\n', url: 'https://www.vogue.com/fashion-shows/spring-2024-ready-to-wear/rev/slideshow/collection')` Result: app crashes producing the following log: `-[NSNull length]: unrecognized selector sent to instance 0x1f809d3e0` **Reason**: The passed arguments: ```...