morinel / gcmpush

Titanium Module for Android Push
Apache License 2.0
57 stars 35 forks source link

When push receive, opening app will take long time than usual #37

Closed Dinushasilva closed 8 years ago

Dinushasilva commented 8 years ago

Hello,

I have an issue where users can't open the app when a push receive. Once user clicks on the notification, app opens an stays in the splash screen..sometimes it's black.

Thanks!

morinel commented 8 years ago

What does a debugging session tell you?

adb logcat

morinel commented 8 years ago

I see no references to the Gcmpush module, maybe try logging a bit earlier before the notification is received.

morinel commented 8 years ago

Well, looking at the timestamps in your log there's nothing Gcmpush or Titanium related. Unfortunately, I can't be of any help here.