-
Notifications
You must be signed in to change notification settings - Fork 50
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
Xamarin IOS app can't loading GUI/crashing when Service Extension added. #353
Comments
Update. Its not help: |
I can use full link mode with older version. |
Hi @gyb001 apologies for the delay. Looking at your log, it looks like this is the uncaught exception that is causing the crash:
By chance did you make other changes beyond adding the NotificationServiceExtension? |
WOW, I cant recignise this exception ín log. |
@gyb001 that exception is happening twice in the log, once at I understand what you are saying regarding the app crashing only when the extension has been loaded as part of the app. In an effort to try to isolate the problem, can you try adding a NotificationServiceExtension via the instructions here, however skip steps 5.5, 5.6, and 5.7. In other words, do not add the Thanks! |
How can we help?
Hello.
I have a strange problem.
Push notification working fine for a half year, now i would like add OneSignalNotificationServiceExtension.
I read the tutorial much, check everithing twice.
What happen:
-Build in release mode push testflight
-Click app
-IOS project / AppDelegate started (LOG)
-Shared project / App started (LOG)
-OneSignal.Default.Initialize run whitout exception (LOG)
setAppId(id) called with appId: HideMyOnesignalId
setAppId(id) finished, checking if launchOptions has been set before proceeding
setAppId(id) successful and launchOptions are set, initializing OneSignal
-MainPage setted with my LoadPage (LOG)
What i see:
Iphone 13 testflight: App crasch before "LoadPage" is appearing (I dont have log)
MacMini (M1) testflight: App icon bouncing, show small point under the icon, nothing appear.
Log first page said Entitlements problem, but i think everithing is ok.
App group exist in apple developer portal. i'm able to distribute app to appstore
Any tipp?
Onesignal XamarinSDK 4.3.0
Latest Xamarin, VS / Vs preview.
if i unload the extension project app is runing and can receive push notification
Debug mode is ok, (I cant test psuh, but app is working)
Full log: (started with force kill app)
https://controlc.com/c1c768d2
Some code:
https://pastebin.com/55hbMNa9
Code of Conduct
The text was updated successfully, but these errors were encountered: