Instant Message Push Notification Using Sinch not coming on iOS
问题 [![enter image description here][1]][1]I've mentioned all the fields but still I'm not getting the push notification. This is my code: Firstly in didFinishLaunchingWithOptions I call this: self.push = Sinch.managedPushWithAPSEnvironment(.Production) self.push?.delegate = self self.push?.setDesiredPushTypeAutomatically() client = Sinch.clientWithApplicationKey("xxxxxx", applicationSecret: "xxxxxxx", environmentHost: "sandbox.sinch.com", userId: userID) client?.delegate = self client?