Posts

Post not yet marked as solved
1 Replies
749 Views
I have created a sample safari extension where I need to open the remote file in native application. But when iam trying to access the file only the folder directory is opened. But my requirement is to open the file in native application. As the file is in remote server so, i use smb:// protocol to have a connection. if let url = URL(string: path) {     if NSWorkspace.shared.open(url) { print("Url is opened")     } } url: smb://192.168.150.46/cifsshare/AM_SM0656.tif  Do I need to update any permission or keys in the info.plist which will enable the file opening in default application (ex. Preview).
Posted
by ravial.
Last updated
.
Post not yet marked as solved
0 Replies
402 Views
I am trying to implement calendar events. While fetching the calendar events, if recurring events are there the event Id is same for all the recurring events. Is there any way we can manage the uniqueness of the event. Also, in android single event is fetched if it is recurrent event. Does some one suggest anything by which common mechanism could be done for both platform.
Posted
by ravial.
Last updated
.