MMWormhole
MMWormhole copied to clipboard
Message passing between iOS apps and extensions.
Hi guys, I am updating my app to be compatible with iOS 11 and watch os 4 and the sync stopped working. Building time is giving me this messages `Class...
I am using Xcode 10.0 and with 4 I am passMessageObject from phone to watch and it's working fine but when I am trying to passMessageObject from watch to phone...
`- (void)passMessageObject:(nullable id )messageObject identifier:(nullable NSString *)identifier` when this api is called with nil `messageObject` parameter, it will not remove the existing message, causing the other side receive the stale...
Hi guys, I am using your nice library to communicate watchOS and iOS, I did use it before for watchOS 1 and no problems at all, but now trying to...
Is the main queue used to invoke listener blocks out of necessity or was it simply a convenient choice at the time? https://github.com/mutualmobile/MMWormhole/blob/8fdc7d7e44fc0ca9f1b9d7debf9d013256b5a2f9/Source/MMWormhole.m#L194 I'm wondering if there's any reason why...
-[NSURL initFileURLWithPath:]: nil string parameter 0 | CoreFoundation | __exceptionPreprocess + 132 -- | -- | -- 1 | libobjc.A.dylib | objc_exception_throw + 56 2 | CoreFoundation | -[NSException encodeWithCoder:]...
I incorporated MMWormhole in my app it is working fine with watchOS2 with iOS9. However, it is important to handle error and show it on watch, so is there any...