You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I can get notifications with onesignal_flutter 2.0.1. But I can't get rich notifications, most probably due to this error occuring in OneSignalNotificationServiceExtension.
Steps to Reproduce Issue:
I'm not sure if you can reproduce it. But I've created my flutter project with swift language (-i swift). It adds use_frameworks for Runner target. Because of this, I had to add use_frameworks! to OneSignalNotificationServiceExtension(#53). Whether I create the extension with Swift or Objective-C I get this error while debugging the extension.
Anyone else having this? Any suggestions?
Thanks.
The text was updated successfully, but these errors were encountered:
I've finally got it working, but in a different way. Mine is a huge project with multiple schemes also heavily Swift dependent. So I was suffering from many issues with CocoaPods. Now I've integrated OneSignalNotificationServiceExtension without CocoaPods as described here. Everything works now. So, I think this is an option, if you are suffering from CocoaPods like me.
Description:
I can get notifications with onesignal_flutter 2.0.1. But I can't get rich notifications, most probably due to this error occuring in OneSignalNotificationServiceExtension.
Environment
onesignal_flutter 2.0.1
flutter v1.7.8+4
Deployment target 10.2
Tested on iPhone 7 (IOS 12.4)
Steps to Reproduce Issue:
I'm not sure if you can reproduce it. But I've created my flutter project with swift language (-i swift). It adds use_frameworks for Runner target. Because of this, I had to add use_frameworks! to OneSignalNotificationServiceExtension(#53). Whether I create the extension with Swift or Objective-C I get this error while debugging the extension.
Anyone else having this? Any suggestions?
Thanks.
The text was updated successfully, but these errors were encountered: