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

Update for Titanium SDK 6.0.0, bugfix, and README info about NDK r11 #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cr0ybot
Copy link
Contributor

@cr0ybot cr0ybot commented Dec 23, 2016

I know there's already another pending pull request for an update to SDK 6, but using that build was crashing my app every time a notification was received. So I fixed that with a check for null when a message is received... but then I was unable to build the module myself. I found out that SDK 6 currently only supports Android NDK r11. That worked, so I updated the README.

After building for SDK 6.0.0, an error was occurring in onMessage for
using startsWith() on a null object, so I’m checking for null first.
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

Successfully merging this pull request may close these issues.

1 participant