-
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 …
-
hello
react-native-module/android/src/main/AndroidManifest.xml
is missing `"@style/LandingPageStyle"` on
line 42
```
```
-
I implement urbanairship on my react native app. After user had logged in, inside the authentication saga, we called the below and listen to the registration event.
```
UrbanAirship.setUserNotifi…
-
Currently it doesn't appear to be in public maven repositories unless I am overlooking something.
I have pushed 1.1.8 to ours:
http://repository.gbif.org/index.html#nexus-search;quick~datacube
And…
-
I've changed my working computer, I've to install everything from scratch. My APP compiled just fine but when deploying in real/device or simulator (android) Push Notification doesn't work. The androi…
-
When I uninstall/re-install my APP on Android, channel id changes, but sometimes on some iphones it doesn´t.
Ring any bell to you this behaviour?
Thanks in advance!
-
When looking up an address contaning a field value that doesn't exist, IdService will allocate a unique ID for that field value. Reads should never allocate unique IDs.
So
`IdService.getId(int dime…
-
Hi
Im using
UrbanAirship.setAutoLaunchDefaultMessageCenter(false);
and then UrbanAirship.getInboxMessages()
But the object does not seem to contain any images if the message has one. We just …
-
Hi there,
Thanks for this module! I'm getting a persistent build failure that I wonder if anyone has seen before.
I'm migrating away from react-native-ua (0.1.2) (followed all the steps [here](…
-
Hello,
I have a project using UrbanAirship, I update frameworks through Carthage, running this command: `carthage update --platform iOS --no-use-binaries` but when I try to build my main project I …