Original App Updated

Hi all, lovely to be here as haven't been
On in ages. So I've updated my app just today!

Now everytime I share the app it gives out
Two Shares, could someone tell me why?

Remove the StartActivity method

Taifun

Thank you Taifun

A post was split to a new topic: Trying to have now playing in my app

Why is my sharing button still sharing two things?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

@Taifun

Your Share event looks fine


Which app are you sharing to?
Did you try another app as test to find out, if the same happens there? For example WhatsApp or Gmail?

Taifun

Facebook messenger and the Facebook app

Tried in WhatsApp it's fine there

I have no idea what could be the reason...
As test try the sharing extension

Taifun

Yea so mine would be

example

My text and link.

Rite I'll test it

i really DO NOT know what's going on i've removed the original share
added from social, kept you're one tested it and still getting two shares not one

Yes, my guess is it is a facebook issue

try the activity starter solution

action: android.intent.action.SEND
Extra key: android.intent.extra.TEXT
Extra value: your text to share

Taifun

i've tried just the link and that works fine
but apparently google's saying if it's text with link apparently
the code classes text as a link that's why i'm getting two shares instead of one?

but i want text to go with the link if that is not possible i'll just stick with link

thanks anyway Tai