Share with my APP

Hello,

I have a small application already developed in the Cordova/Xcode/swift environment This application was developed to receive the URL of a page viewed in an Internet browser when the user uses the "Share" function of the browser. When sharing my application appears in the list of applications that can potentially receive this data (URL of the page viewed), then my application processes this data (but that's good, no help needed)

My need :

  • that my application can receive data when sharing from an APPLICATION or when the sharing function is offered by a site within a page

Indeed in these 2 cases, the icon of my application does not appear. I think I need to enable something in my Xcode environment but I don't know where.

Thanks