Elliot Mawby

Results 224 comments of Elliot Mawby

@johnmalatras Does `self.forwardRequestToExtension()` need to be called inside of the intent donation completion block? I am able to reproduce the issue if it is inside of the completion block, but...

@johnmalatras Instead of calling it inside the completion can you await on the donation and then call it afterwards like they do in the documentation [here](https://developer.apple.com/documentation/usernotifications/implementing-communication-notifications?language=objc)?

I am still working in Objective-C, but it works for me if I mock await behavior using dispatch semaphores. This allowed me to make sure the interaction was donated and...

Interesting your code works for me in Swift, and I am able to reproduce the issue without the semaphore. The only thing I changed was removing the analytics error tracking...

@johnmalatras Fixing this issue for communication notifications will likely require an update to the SDK's public interface to either separate the confirmed delivery call from the notification processing, or marking...

@weiqingtangx Thank you for reaching out we will investigate the conflict. It looks like the JPush SDK is not open source (please correct me if I am wrong), but we...

Thank you for reporting I am looking into this. It seems like other Binary Swift Packages are [having similar issues ](https://forums.swift.org/t/swift-package-binary-framework-issue/41922/9). I was hopeful that Xcode 12.5 would solve the...

I am able to reproduce this. I get the same errors as when I include the XCFramework directly and embed it both the App and Extension targets. I am not...

@imrealashu What version of React-Native-OneSignal are you using?