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:
Error when building for production on Xcode 10.
I've checked and searched for other files referencing the LocalNotification but couldn't find anything.
White screen on device and the following Error on Console:
WARNING: OneSignal has detected that your application delegate implements a deprecated
method (application:didReceiveLocalNotification:). Please note that this method has been
officially deprecated and the OneSignal SDK will no longer call it. You should use
UNUserNotificationCenter instead
WARNING: OneSignal has detected that your application delegate implements a deprecated
method (application:handleActionWithIdentifier:forLocalNotification:completionHandler:).
Please note that this method has been officially deprecated and the OneSignal SDK will no
longer call it. You should use UNUserNotificationCenter instead
Environment
Steps to Reproduce Issue:
Followed installation instructions here and here too
2.Build on device through Xcode
3.Run App
4.Splash Screen
5.Blank Screen
Additional Info:
The last shown console message is telling that the app is loading the first page which should be correct if it was loading and showing, but it isn't: Finished load of: file:///var/containers/Bundle/Application/random-number/AppName.app/www/index.html#/tab/tabname
Please, Help.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi @Jaquedeveloper the log file is just a warning and wouldn’t have anything to do with a “white screen”...?
Try removing OneSignal from your project and see if the issue still happens. This likely has something to do with some recent change you made or some UI configuration
Description:
Error when building for production on Xcode 10.
I've checked and searched for other files referencing the LocalNotification but couldn't find anything.
Related to this issue: #68
White screen on device and the following Error on Console:
Environment
Steps to Reproduce Issue:
2.Build on device through Xcode
3.Run App
4.Splash Screen
5.Blank Screen
Additional Info:
The last shown console message is telling that the app is loading the first page which should be correct if it was loading and showing, but it isn't:
Finished load of: file:///var/containers/Bundle/Application/random-number/AppName.app/www/index.html#/tab/tabname
Please, Help.
Thank you very much.
The text was updated successfully, but these errors were encountered: