OneSignal / react-native-onesignal

React Native Library for OneSignal Push Notifications Service
Other
1.57k stars 373 forks source link

c.initWithAppId is not a function. (In 'c.initWithAppId(n,o)', 'c.initWithAppId' is undefined) #1242

Closed lulmichal closed 3 years ago

lulmichal commented 3 years ago

Description:

Hello Everyone. One of our clients experienced the app crash during testing. Crashlytics says this:

c.initWithAppId is not a function. (In 'c.initWithAppId(n,o)', 'c.initWithAppId' is undefined)

Environment

"react-native-onesignal": "^4.1.0" (recently upgraded from 3.8.1) "react-native": "^0.63.4",

OS: iOS 14.2.0 (iOS Simulator)

Steps to Reproduce Issue:

I couldn't reproduce the issue myself. Unfortunately it happened only once during testing and not for me.

Anything else:

I tracked the main.jsbundle line: {key:"init",value:function(n,o){b()&&('ios'===u.Platform.OS?c.initWithAppId(n,o):c.init(n))}}

I'm sorry if that's not sufficient but I'm new in programming, so if there's any additional info I can attach then please let me know.

Thank you and have a nice day!

rgomezp commented 3 years ago

Howdy, Unfortunately the iOS Simulator does not support certain things including push notifications / OneSignal.

I can't tell from the info you provided, but that might be the issue. Give it a shot on a real device.

lulmichal commented 3 years ago

Got it, thank you very much!