StansAssets / com.stansassets.ios-native

iOS Native Plugin Wiki
https://api.stansassets.com/
10 stars 1 forks source link

Feature Request - Social: Default Sharing Dialog - Customize Sharing Options #54

Open chris-o3h opened 3 years ago

chris-o3h commented 3 years ago

I was hoping to customize the sharing options in the standard IOS Share Sheet using Stan's Assets for IOS.

Our problem/example is sharing to SnapChat where the shared item ends up just being the screenshot rather than the text blurb etc.

Another example, for text messages it ends up creating three separate messages: One for the image, another for the text, and a third for the link. We'd like that to be ONE message if possible. This is using the standard setup as per your plugin.

We might end up rolling our own solution, but of course we were hoping that the superb stansassets.ios-native would handle it.

Related: Here's a gituhub project that allows for customizing the sharing options on IOS: https://github.com/timonus/TJActivityViewController

@stan-osipov is this something your team has considered? Thanks!

stan-osipov commented 3 years ago

Thx a lot, will take that into account for the future update. I will let you know as soon as the task is assigned.

stan-osipov commented 3 years ago

I am not a fan of adding 3rd partly libraries into the plugin but seems like a pretty small one TJActivityViewController. But can you please let me know what are you trying to do and provide a sample code? I will see if that's achievable using the iOS UIActivityViewController. And if it is I am happy to implement additional functions. Thx!

chris-o3h commented 3 years ago

Hello Stan, To clarify I wasn't suggesting that you integrate this library, but rather consider some of its features that would fit in nicely with your offering. Essentially we don't want to use the custom snapchat or facebook SDK's in our app, we'd rather use the standard UIActivityViewController means but with richer options if possible.