-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmed Deliveries not works in iOS version. #593
Comments
Hi, Can you go on onesignal website, check the ios device in the list of users. |
|
I still have this error Error - Plugin error (you probably need to remove plugin files from your app): Fetching plugin "[email protected]" via npm Installing "onesignal-cordova-plugin" at "2.8.2" for ios "framework" tag with type "podspec" is deprecated and will be removed. Please use the "podspec" tag. Running command: pod install --verbose Failed to install 'onesignal-cordova-plugin': Error: pod: Command failed with exit code 1 at ChildProcess.whenDone (/private/tmp/gimlet/70310481600160/2744459/project/cordova/node_modules/cordova-common/src/superspawn.js:135:23) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:962:16) at Socket.stream.socket.on (internal/child_process.js:381:11) at Socket.emit (events.js:182:13) at Pipe._handle.close (net.js:611:12) pod: Command failed with exit code 1 |
Hi, Im @jmcuartas workmate: Im reaching you through this issue because I try out the v2.8.2 and the confirmed deliveries feat is not working. We read that the notification service extension step is needed, but even if I do the #455 (comment) step is not working 😭 , Im going to send some images: 1. Apple developer capabilities enabled (both app id, extension app id): 2. Xcode config: As you can the notification is on my mobile phone but Admin confirmed is 0... 😭 I think that the steps are good since the notification arrives with an associated image and no errors are given... any help? Ty in advance 👍 |
Hi! Can you tried to sign the app with provisioning profile to see which step or configuration it’s needed @mikechoch ? Thx. |
Hi again, I finally figured out what was happening, the key was on this: My production entitlements .plist was not updating with the desired app group, after set it, it started working: |
any updates for phonegap build ? thanks |
Description:
A few days ago, I update the lasted version of OneSignal-Cordova-SDK (2.8.0).
I followed all steps to use this feature in one project, ionic 3 with Cordova, I added iOS Notification Service Extension and rich notification works fine, but, when I send a notification for iOS devices confirmes deliveries it’s empty, but in android I receive all of them.
Environment
Ionic:
Cordova:
System:
Steps to Reproduce Issue:
Anything else:
(crash stacktraces, as well as any other information here)
// DEBUGGING: Uncomment the 2 lines below and comment out the one above to ensure this extension is excuting // Note, this extension only runs when mutable-content is set // Setting an attachment or action buttons automatically adds this // NSLog(@"Running NotificationServiceExtension"); // self.bestAttemptContent.body = [@"[Modified] " stringByAppendingString:self.bestAttemptContent.body];
I've uncomment these two lines to verify that the extension works and it does.
Thanks for your help.
The text was updated successfully, but these errors were encountered: