Skip to content

In IOS, image is not getting converted to base64Β #6

@purvotara

Description

@purvotara

Hi,

Thanks a lot for the wonderful work. In the android, conversion is working fine(Can you please add the permission check, if the read external storage is not given), but in the IOS conversion is not at happening.
It's giving data as undefined. I mean base64String is undefined in IOS.

 imgToBase64.getBase64String(images[random].uri)
          .then(base64String => {
           
            console.log(base64String)
            this.navigateToResult(shareImageBase64);
          })
          .catch(err => console.log("Error in ImgToBase64", err));
      })

Could you please help in solving the issue.

Regards,
Sharath

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions