Despite having port name(s) that begin with my App Group identifier, CFMessagePortCreateRemote is always returning null within the distributeNotification:data: method, and as a result no notifications get posted.
CFMessagePortCreateLocal is called previously and seems to work, but CreateRemote consistently fails.
Running on iOS 9.3.1, 6s.
Any suggestions?
Despite having port name(s) that begin with my App Group identifier, CFMessagePortCreateRemote is always returning null within the distributeNotification:data: method, and as a result no notifications get posted.
CFMessagePortCreateLocal is called previously and seems to work, but CreateRemote consistently fails.
Running on iOS 9.3.1, 6s.
Any suggestions?