Skip to content
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

Synchronous Notify() causes crash in release on iOS when tapped #158

Open
wemamark opened this issue Jun 13, 2018 · 0 comments
Open

Synchronous Notify() causes crash in release on iOS when tapped #158

wemamark opened this issue Jun 13, 2018 · 0 comments

Comments

@wemamark
Copy link

When invoking Notify(callback, options) - the synchronous method - in an iOS app on the main thread, the app will crash when the user taps the notification. This happens only in the release build, the debug build behaves as expected. The async Notify(options) method works without problems in both debug and release builds.

When connecting the Xcode debugger to the running release build and then crash the app by tapping a notification, the debugger indicates that EXC_BAD_ACCESS occurs in System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext() (InvokeMoveNext.cs:1089).

I have not tested this on Android as I was in a bit of a rush to fix the bug for a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant