110
Views
5
Comments
[OneSignal Notification Plugin] iOS app crashes trying to register device
Question
onesignal-plugin
Mobile icon
Forge asset by Alexandre Costa

Hi,

On Android all is working fine.

However on iOS the app crashes when processing PushNotifications\OneSignalNotifications block.


2025-10-21 13-42-45
Alexandre Costa

Hi Mykola I use component in both with success you need give me more information about error.

2021-05-05 13-05-18
Mykola (Nick) Tkachenko

Hi Alexandre, 

I guess my issue is solved now - can be related to wrong certificates on one signal... There was an issue with their app settings yesterday but after I've recreated certificates all seems to work.

2017-10-11 09-17-52
Valerie

Hi would like to ask for your help in generating IOS app, we are encountering this error. I think we are missing a step.

Also, attached is our iosbuildlog.

iOSBuildLog.txt
2025-10-21 13-42-45
Alexandre Costa

Valerie wrote:

Hi would like to ask for your help in generating IOS app, we are encountering this error. I think we are missing a step.

Also, attached is our iosbuildlog.

Hello Valerie this is a strange behavior but I saw this one or two times in Personal Area I don't know why. When this happens with me I create another project and everything works fine. Can you try this?


2024-03-25 06-19-08
Harlin Setiadarma

https://github.com/OneSignal/OneSignal-Cordova-SDK/issues/255

It's onesignal cordova issue (same error with your attached log).


Can you try the official and supported OneSignal Plugin?

Official OneSignal Plugin used a different cordova plugin (maybe forked/modified one).


You can also tried to change Extensibility Configuration of your OneSignal Notification Plugin to:


{
    "plugin" :{
        "url": "https://github.com/OutSystems/OneSignal-Cordova-SDK.git#2.0.12.OS"
    }
}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.