643 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
111
views
How to send Live Activity push token to server (like Airship or OneSignal) if app hasn't been opened for days?
What I Know So Far:
You must call Activity.request(..., pushType: .token) inside the app to create a Live Activity and receive its push token.
The token can be captured using for await activity....
1
vote
1
answer
140
views
Airship flutter notification taps not working when the app is closed. (iOS)
My flutter application receives notifications using Urban Airship. I want these notifications to take the user to a custom page depending on the notification type. This currently works as it is meant ...
0
votes
1
answer
120
views
.NET MAUI iOS app crash with Urban Airship - UAirship.Push.UserPushNotificationsEnabled flag
I’m working on a .NET MAUI application for iOS where I’ve integrated Urban Airship for push notifications. According to the Urban Airship documentation, the TakeOff method should be configured in the ...
0
votes
0
answers
143
views
Airship Notification received but not displaying in phone (Android specifically)
I get the log message received from Airship, but notification not showing in phone. I am using "@ua/react-native-airship" it is working in iOS but not in android.
Below is the response I ...
1
vote
0
answers
161
views
AirshipServiceExtension not found in SPM
I can't find the AirshipServiceExtension after adding AirShip SPM (version 17.7.1) and by using import AirshipServiceExtension will get
No such module 'AirshipServiceExtension'
but don't have such ...
0
votes
1
answer
209
views
Urbain Airship MessageCenter inbox messages always empty on Android
I'm implementing the Urbain Airship MessageCenter on my app and trying to display the messages list to the user.
The problem I am having is that MessageCenter.inbox.messages always returns an empty ...
0
votes
1
answer
169
views
Get a user's choice from prompt for push notifications with Airship and Flutter
I want to get the choice of the user like (allow/don't allow) for receving push notifications. I use Airship for Flutter version 7.1.2.
However, using the documentation and setting Airship.push....
1
vote
0
answers
39
views
Disabling in app notification but keeping notifications in the notification centre
I use airship for push notifications and wondering if it is possible to disable in app notifications while keep notifications in the centre.
I have tried
UAirship.shared().privacyManager....
0
votes
1
answer
101
views
Airship setUserNotificationsEnabled malfunction on Android with Flutter?
I am using Airship in Flutter for my iOS and Android Apps. According to Airship Documentation for Flutter
setting Airship.setUserNotificationsEnabled(true) should show a prompt so user can decide if ...
0
votes
2
answers
571
views
Flutter App crashes on iOS after receiving push notification from Airship
We are recently experiencing app crashes only on iOS (on Android it works fine) after receiving and/or clicking push notification from Airship with Flutter.
The error we're getting looks like this:
-[...
2
votes
1
answer
896
views
Android doesn´t receive push notifications from Airship with Firebase and Flutter
I configured an Airship test-project for Flutter as described on Airship website: https://docs.airship.com/platform/mobile/setup/sdk/flutter/ .
In Firebase I use Cloud Messaging API and there I have ...
0
votes
1
answer
274
views
How to get Airship device token for iOS and gcm_registration_id for Android with Flutter?
I need to get Airship device token for iOS and gcm_registration_id for Android with Flutter. I can see the device token in the console (from AirshipKit I suppose) when I start the app as well as in my ...
1
vote
0
answers
1k
views
Execution failed for task ':compileDebugJavaWithJavac' while trying to build Android App
Anyone can please help me with resolving the below error. I am getting this issue while building android app with in React Native project.
1: Task failed with an exception.
What went wrong:
Execution ...
0
votes
2
answers
2k
views
Disable WorkManager Initializer when using app startup
I'm using WorkManager 2.7.1 with Hilt and up till now I've always just removed app startup completely:
<provider
android:name="androidx.startup.InitializationProvider"
android:...
0
votes
1
answer
233
views
Android release build crashes on launch
App installs and runs fine on an android phone during development when I connect it through usb. But when I deployed to production, now it gives me "Unfortunately app has stopped" every time ...