-
iOS working fine But When i was run in android application getting errorLike this
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for confi…
-
testdata.coremetrics.com
combine.urbanairship.com
device-api.urbanairship.com
are not blocked on "pink app for android".
Originally from: http://forum.adguard.com/showthread.php?9738-pink-app
-
Hi Thanks for the great module.
When I set
UrbanAirship.setAutoLaunchDefaultMessageCenter(false)
and a push notification is received - it still opens the Message Center.
Tested on IOS 11 - iPh…
-
It appears that all of the non-200/300 statuses (402, 404, 500+ codes) trigger the same Exception in the Urban Airship Java Connect library, and that the exception is printed to stderr or stdout by th…
-
Hi Team,
I am using UrbanAirship in my app for push notification and this is how my dependency looks like:-
`urbanshipLibVersion = '7.2.+'
implementation "com.urbanairship.android:urbanairship…
-
We have a lot of ANR in our crash reports in the Play Console. A lot of them (80%) points to AirshipGcmTaskService as the offending code.
https://github.com/urbanairship/android-library/blob/maste…
-
```
var channelId = UrbanAirship.getChannelId().then(channelId => {
alert('Channel: '+ channelId)
})
UrbanAirship.addListener("register", (event) => {
…
-
**Error:**
CoreData: error: Cannot load NSManagedObjectModel. nil is an illegal URL parameter
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
**stacktrace**:
…
-
I'm guessing this is documented somewhere, I just don't know where else to ask this.
In the config.xml we put in the following.
I don't know how to find those items? I think I have…
-
I have an app in IOS and Android, everything works except for the "deepLink" event in IOS. When the app is closed and I open a notification with a deepLink, it doesn't trigger the event (the exact sam…