OneSignal-Android-SDK icon indicating copy to clipboard operation
OneSignal-Android-SDK copied to clipboard

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal. https://onesignal.com

Results 187 OneSignal-Android-SDK issues
Sort by recently updated
recently updated
newest added

### What happened? When I compile android project that contains OneSignal and uses DashO, I get an error: Dasho Class not found: com.amazon.device.messaging.ADMMessageHandlerBase ![image](https://user-images.githubusercontent.com/11931849/183887113-79d18835-ac2c-4882-8992-0fa453caec5c.png) ### Steps to reproduce? ```Markdown 1....

# Description * Migrate Location services to user model structure * Add background manager service to core * Update IApplicationService.appContext to be non-nullable - - - This change is [](https://reviewable.io/reviews/onesignal/onesignal-android-sdk/1624)

**Description:** I am a newbie in android studio/java programming, I have an already built source code for a webview application. I updated the onesignal sdk from 'com.onesignal:OneSignal:[3.0.0, 3.99.99]' to the...

Need More Information

### What happened? Since from May 24th, 32 of my users had an ANR issue of com.onesignal.GMSLocationController$FusedLocationApiWrapper.requestLocationUpdates (GMSLocationController.java:201). Environment What version of the Android SDK are you using? 4.7.0 -...

### What happened? I saw the crash from firebase. ![image](https://user-images.githubusercontent.com/11844963/179445275-5814446b-0cee-4989-91cb-342f2df44aa9.png) ```java Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.diamondlife.slots.vegas.free/com.onesignal.NotificationOpenedReceiver}: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.onesignal.influence.domain.OSInfluenceType.isDirect()' on a null...

After I have updated OneSignal unity sdk to the latest version (2.13.1) some crashes was fixed (location gms crash of my other thread is gone) but a new crash appeared...

Non-Reproducible
Need More Information

**Description:** After following the setUp in the android doc of OneSignal, I have the following error : `- OneSignal: registerUser not possible` **Environment** ``` classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]' implementation 'com.onesignal:OneSignal:[4.0.0, 4.99.99]'...

Need More Information

**Description:** 16% of our Application's ANRs are resulted from OneSignal since we integrated 3 months ago. **Environment** 1. What version of the Android SDK are you using? **4.7.0** - **4.7.2**...

**Description:** Without OneSignal SDK, widgets usually take a bit of time to update (minimum 30 min) controlled by SO to avoid too much battery consumption. By adding a widget to...

**Description:** rawPayload='{"custom":"{\"i\":\"a39d821c-19d9-47cf-9269-721975e8739e\",\"a\":{\"foo\":\"bar\"}}","alert":"English Message","title":"English Title","hms.sent_time":"0","hms.ttl":"0"} the ttl value and sent_time value are 0, **The default value should be 259,200 seconds (3 days) instead of 0** but GMS is working as expected...