WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Crash on iOS when launch the app by universal link. #68

Open flexi-xu opened 5 years ago

flexi-xu commented 5 years ago

After adding the CordovaCall plugin, the universal link doesn't work and the app crashes. Get the following errors:

Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1815485c0)

at the line:

NSString *callName = [[NSUserDefaults standardUserDefaults] stringForKey:callId];