Hi... my project is completely similar to your github app but i included jar library file (v 2.0.8 ) because i wasn't able to compile your library via compile 'com.onesignal:OneSignal:2.+@aar'. and when i run my app nothing happen and there is no user in my dashboard! and i get a null pointer exeption (showing in logcat) in my application class on this line > OneSignal.startInit(this) (just like your sample project) and even during test setting my app in your site i get some error:
Verify that the OneSignal App ID is correct in your app or site.
fa175ba3-7403-495b-a5e9-596736775914
Run OneSignal.setLogLevel(OneSignal.LOG_LEVEL.DEBUG, OneSignal.LOG_LEVEL.DEBUG); before OneSignal initialization and check your ADB logcat for errors or warnings
But i did these steps :( can any body what's wrong in my app?
THanks in advance...
Hi... my project is completely similar to your github app but i included jar library file (v 2.0.8 ) because i wasn't able to compile your library via compile 'com.onesignal:OneSignal:2.+@aar'. and when i run my app nothing happen and there is no user in my dashboard! and i get a null pointer exeption (showing in logcat) in my application class on this line > OneSignal.startInit(this) (just like your sample project) and even during test setting my app in your site i get some error:
Verify that the OneSignal App ID is correct in your app or site.
fa175ba3-7403-495b-a5e9-596736775914
Run OneSignal.setLogLevel(OneSignal.LOG_LEVEL.DEBUG, OneSignal.LOG_LEVEL.DEBUG); before OneSignal initialization and check your ADB logcat for errors or warnings
But i did these steps :( can any body what's wrong in my app?
THanks in advance...