receive_sharing_intent
receive_sharing_intent copied to clipboard
Data shared in as string with different concatenating string depending on OS
Hi. When I share from iOS (from the share icon in Amazon) the data comes in a single text value in the format '[title],[url]'. When I share from Amazon in Android it comes in a single text value in the format '[title] [url]' (space vs comma). Is there a way to receive the data in object format? {url => [url], title => [title]} ? Thank you.