Post

Replies

Boosts

Views

Activity

Safari Web Extension to open the remote server file in native application
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).
1
0
851
Jun ’21
Unique EventId for recurrence events
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.
0
0
466
Mar ’21