cordova - telerik ios add share extension for url -


i developing hybrid social media app in telerik , want share url app spotify app need enable share extension feature in telerik app ios
in android, can achieve feature adding intent plugin
in ios, there no direct plugin

i added following info.plist

<key>nsextension</key>     <dict>       <key>nsextensionattributes</key>       <dict>         <key>nsextensionjavascriptpreprocessingfile</key>         <string>action</string>         <key>nsextensionactivationrule</key>         <dict>           <key>nsextensionactivationsupportstext</key>           <true/>           <key>nsextensionactivationsupportsweburlwithmaxcount</key>           <integer>1</integer>         </dict>       </dict>       <key>nsextensionmainstoryboard</key>       <string>maininterface</string>       <key>nsextensionpointidentifier</key>       <string>com.apple.share-services</string>     </dict> 

if create simple app in xcode add share extension , build in xcode working if same configuration added in telerik , build not working want know telerik supporting ios share extension or there way achieve feature


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -