Josh Kasten

Results 42 issues of Josh Kasten

## Issue Android's docs warns that calling [`JobScheduler.schedule`](https://developer.android.com/reference/android/app/job/JobScheduler#schedule(android.app.job.JobInfo)) is taxing on the device. > Note: Scheduling a job can have a high cost, even if it's rescheduling the same job...

Medium Priority

## Motivation OneSignal requires `OneSignal.initWithContext(context)` be called from `Application.onCreate`. However there is no guarantee the app developer does this so the OneSignal SDK may not have a `Context` instance. This...

## Summary This is a MIUI bug that affects any apps that displays Notifications. Specifically apps that want their notification to direct their users to a specific screen and then...

* We want to register as soon as we get a push token without delaying. * The network optimization noted in the deleted comment is a very small and has...

## Issue If Background Modes are off under Xcode > Capabilities AND iOS "Enable iOS 12 Direct To History" is enabled on the OneSignal dashboard settings the player will be...

WIP

# Description ## One Line Summary Remove old Gradle Files from Example project, these were needed in 2.x.x but no longer since 3.0.0. ## Details ### Motivation These extra files...

# Description The OneSignal Unity major release version 3 is now in **available**! This version includes many exciting changes including an overall simplification of the API as well as many...

# Description [`tslint` is deprecated](https://palantir.github.io/tslint/), migrate from `tslint` -> [`typescript-eslint`](https://github.com/typescript-eslint/typescript-eslint#typescript-eslint)

Enhancement / Feature
Maintenance Issue

# Description ## 1 Line Summary Fix issue where if there are subscription changes when a new tab is opened (before the 30 second new session) they are not sent...

WIP

# Description ## One Line Summary When a notification is received a network call is first made to the user configured Webhook. If it fails, the confirmed deliverer is skipped...

Bug