Elliot Mawby

Results 224 comments of Elliot Mawby

@rensamatar You mentioned it working in Xcode but not VSCode, I wonder if your xcodebuild tools version is different than your Xcode version? E.g. it is using Xcode 13 build...

Hello I apologize we are working on updating our migration guide [here](https://github.com/OneSignal/OneSignal-Flutter-SDK/pull/744/files). You likely need to update your import in your Notification Service Extension to be `OneSignalFramework/OneSignalFramework.h`

@tgloc96 Interesting I am not able to reproduce that. The only similar issue I have found is [this one](https://github.com/aws/amazon-chime-sdk-ios/issues/163) in another SDK

That issue is usually with cocoapods having bad derived/cached data, however I would need to see your podfile to confirm. However you also have the option of not using Cocoapods...

> @emawby Did add the way you have mentioned. But still not able to build the project. > > Sorry like andj207 mentioned you also must `import OneSignalFramework`

@shkvoretz Unfortunately these issues are with Cocoapods/NotificationServiceExtensions and are hard to debug if we cannot reproduce them. If none of the solutions in these threads have resolved your issue could...

OneSignal doesn't include Huawei or HMS as a dependency There is a detailed discussion of this in [this issue](https://github.com/OneSignal/OneSignal-Android-SDK/issues/1563) for your reference * https://central.sonatype.com/artifact/com.onesignal/OneSignal/5.1.7 * https://mvnrepository.com/artifact/com.onesignal/OneSignal/5.1.7 OneSignal does have references...

@Zazo032 Thank you for reaching out we are investigating

I apologize we do not have news yet, but we appreciate the bump! We will investigate

@kamil-floqsta In order to not display the notification you just call `event.preventDefault();` If you would then like to display the notification after delaying the default display you call `event.getNotifications.display();` If...