When we share image with share-intent to the iOS app, it share an URL and doesn't get the actual image. We need to update the code to : 1. get the image 2. upload the image blob to the server 3. process and save the image in our server
When we share image with share-intent to the iOS app, it share an URL and doesn't get the actual image. We need to update the code to :