Manos Chorianopoulos

add sharing logs

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