Manos Chorianopoulos

add sharing logs

...@@ -2137,6 +2137,8 @@ public class swiftApi { ...@@ -2137,6 +2137,8 @@ public class swiftApi {
2137 } 2137 }
2138 2138
2139 public func handleSharing(_ controller: UIViewController, _ sharingId: String) -> Void { 2139 public func handleSharing(_ controller: UIViewController, _ sharingId: String) -> Void {
2140 +
2141 + print("SHARING_ID: " + sharingId)
2140 2142
2141 self.cosmoteSharingAsync(sharingId: sharingId, sharingCallback) 2143 self.cosmoteSharingAsync(sharingId: sharingId, sharingCallback)
2142 2144
......