-
AsyncTaskCompat has been removed in support library 27 but it's being used in UrbanAirshipReactModule.java.
After updating the support library in our project we are receiving a ClassNotFoundExcepti…
-
I know you have this method.
`airship.getAirshipConfigOptions().getFcmSenderId();
`
But if I try to use it when app start it would return empty since the Airship config file hasn't been parsed yet…
-
Heyo, running into some issues linking the UA library to my Android Manifest.
React-native-cli: 2.0.1
react-native: 0.53.3
node: v8.0.0
urbanairship-react-native: 1.4.2
I'm following the ins…
-
I'm building and app with the react native module, I'm trying to enable push notifications for my app.
Devices: Samsung galaxy S6 (7.0) , Samsung Galaxy On 5 (6.0.1)
Steps:
- Open the app
- …
-
I've just updated to v1.4.1. Due to lack of clear instruction in the documentation, I didn't realise that the update also involved SDKs upgrade, which I've did. However, on my Android build it throwin…
-
I am experiencing a problem with Parse.com and iOS / Android Push-Plugin.
What I am doing is: sending from parse.com a push notification to iOS and Android devices with this Backend-command:
Parse.Pu…
-
When user signs out, we call `airship.namedUser.id = null` and then, shortly, `UAirship.land()`.. With some non-zero probability this results in a crash:
```
Fatal Exception: java.lang.IllegalStat…
-
### New Issue Checklist
- [✅] Updated fastlane to the latest version
- [✅] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [✅] I read [doc…
-
My architecture is that I use a custom Autopilot and override `createAirshipConfigOptions` so there's no asset file. The `com.urbanairship.autopilot` meta-data is added to the manifest.
I use Dagge…
-
Hello, I don't find a way to get the device token once I hace the permissions.
I tried with this
UrbanAirship.addListener('register', (event) => {
console.log(event)
})
In Objective C …