I am using this plugin on Capacitor 3.
1): After installation it is showing 'ShareViewController.h' file not found. (Works fine on android).
2): To make it work on capacitor i installed it from npm. so i didn't have --variables set for this. Now what exactly i have to add into info.plist file to make it work. I am only want to receive text/URLs in my app. can any one share info.plist settings.
I am using this plugin on Capacitor 3. 1): After installation it is showing
'ShareViewController.h' file not found
. (Works fine on android).2): To make it work on capacitor i installed it from
npm
. so i didn't have--variables
set for this. Now what exactly i have to add intoinfo.plist
file to make it work. I am only want to receivetext/URLs
in my app. can any one shareinfo.plist
settings.