As an add-on to this. I’m still seeing odd behavior on Android when sharing on some devices/configurations.
I have a user currently who can see the native share sheet popup in other apps, including Google Play. (I asked for a screenshot to be sure; granted, Google could be doing something custom and just making it look native, but as far as I can tell, it’s the native share sheet.)
However, in my app, when she tries to share a product, she gets an empty list.
"Share via: No apps can perform this action."
She just recently updated her Droid Turbo to Lollipop. She has Facebook and Instagram installed. Yet, nothing shows up to share to. I have a Nexus 6 (with Lollipop) for testing, and everything works fine.
local shareImage = {baseDir = system.CachesDirectory, filename = imageFilename} ... local options = {} options.image = { shareImage } options.message = shareText options.url = productWebLink native.showPopup( "social", options )
Nothing too crazy there that I can see.
Has anyone else experienced this? I’m on Build 2015.2687.