I'm working on an Ionic 3 app and I want it to be integrated into the iPhone share list just like shown in this example, https://i.sstatic.net/U2Lqr.png
The Share option should appear when users access the gallery and then when they press the share button, my Ionic app should be listed alongside WhatsApp, Facebook, etc.
I have searched through numerous resources to find a solution,
Make Ionic app appear in “Share” list and receive data : This method only works for android phones (web-intent is specific to android)
My app inside iMessage UIActivityViewController [duplicate] I attempted to follow this advice but couldn't locate the info.plist file in my folder structure.
Since I am using Ionic 3 framework, do I need to install any external plugins to include my Ionic app in the iPhone share list?
Are there any comprehensive documents available that could help me achieve the desired outcome?
Any assistance would be greatly appreciated.