Nicholas Sheehan

Results 13 comments of Nicholas Sheehan

https://github.com/NicholasSheehan/Unity-Native-Sharing/blob/5fd626d0871d3a2511b6a221d0dd1c108cbb5330/Plugins/iOS/UnityNative_Sharing.mm#L55 I started looking at Unity callbacks a while ago, the issue is I need to write a wrapper that allows Actions to be passed into Obj-C in a friendly...

Feel free to add and patch what you like and submit it as a pull request

I'll try and get my Mac environment setup again for the weekend Some of the calls need a refactor, I'd rather pass around 1 object with all the variables needed...

Some apps like Facebook don't allow text to be shared to be programmatically added, only images and in some cases links As for Apple Messenger and Signal, I've not used...

Hi, there is but it requires editing of the [Obj-C code at the moment](https://github.com/NicholasSheehan/Unity-Native-Sharing/blob/798f586c6819cb3b9bc3af5babbe19cc4d7ffb1a/Plugins/iOS/UnityNative_Sharing.mm#L64), this is something that I've looked into but not acted on due to their not being...

https://stackoverflow.com/a/55688479 Turns out that Whatsapp doesn't like it, I'm looking into their API now to see what's possible

Done some more digging, it seems like the generic way of sharing doesn't allow both text and an image on WhatsApp Even another Unity sharing plugin has the same issue...

Yeah, if you don't pass any text then it's not added to the list of items to share, so the only thing in that list should be the image path...

Also i have a small amount off free time now and I've starting doing some maintenance now

I found a way to detect what app was shared to, but only after the share has completed, can't find anything about detecting what app was selected before the share...