Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
19 views

One signal notification click Flutter

I'm using One signal notification in flutter app and working fine in IOS but in android after clicking on notification opening google chrome followed by app. Future<void> initPlatformState() ...
Farhana Naaz Ansari's user avatar
0 votes
0 answers
15 views

How to corroct get notification permission in Objc?

I have a way to get push permissions. But what I get every time is not the correct value. How can I rewrite this method? My push permission has been enabled, but it still prints out 555 first and then ...
Beginnerrrrrr's user avatar
0 votes
1 answer
37 views

iOS Notification is permanently denied - can't find in settings for manual enabling

I implemented push notification in iOS and android, using APN Apple Push notification and firebase respectively. In iOS first request for notification is from native side (appDelegate/swift code) and ...
Inquisitive Owl's user avatar
-1 votes
0 answers
15 views

Notifications: hide all thread's noti after tapping one from this thread

I have notifications set up with OneSignal. I use threading by specifying thread_id for every noti. I set OneSignal_disable_badge_clearing to be YES, to stop notifications from disappearing after ...
f3dm76's user avatar
  • 782
0 votes
1 answer
29 views

Can we make a text-to-speech function from a push notification in Swift?

Currently, I'm working on a project to implement text-to-speech functionality when the app receives a push notification. The notification is saved locally and shown using a local notification with ...
Nile's user avatar
  • 1
-1 votes
0 answers
26 views

Tapping the notification does not trigger userNotificationCenter(... didReceive...) method

Remote notifications are configured and working, however, tapping on one does not trigger any of the UnUserNotificationCenter delegate methods. Here is my code inside the 'application(......
Luka Vujnovac's user avatar
1 vote
1 answer
38 views

Custom Push Notification for Apple Wallet Pass not Showing up on Phone

I've implemented pass generation and it's updated through Apple's silent notification, which updates the passes to their latest versions. I want to send some marketing push notifications to the Apple ...
DholaSain's user avatar
  • 187
0 votes
2 answers
19 views

NotificationServiceExtention Xamarin iOS

I am trying to implement sending reports on receiving push notifications. Xamarin iOS. I implement it through NotificationServiceExtention. There was a problem that the service does not send reports, ...
Артём Манаев's user avatar
0 votes
0 answers
20 views

App Store iOS App - Push Notification Delivery Issue showing status as Stored - Device Offline

We are experiencing issues with Push Notification delivery in our Live Application. Upon reviewing the Push Notifications console, we have found that out of the 7.294M Priority Notifications sent in ...
Abin Koshy Cheriyan's user avatar
0 votes
0 answers
26 views

Web push notifications no longer received after turning iPhone back on

I'm working on a PWA developed with Angular and using Firebase Cloud Messaging. Everything runs as expected when the device is on, notifications are received, showed and the app is opening when I ...
herve's user avatar
  • 590
-3 votes
0 answers
47 views

Notification Service Extension works when running Extension but not the main App Target

I have implemented Notification Service Extension in My App, When I created the Notification Service Extension it created an extension (NotificationServiceExtension) in schemes for me, when i select ...
iosDev's user avatar
  • 1
-1 votes
1 answer
39 views

How can I show accept reject button in push notification in react native [closed]

How can show accept reject button in push notification in react native I want accept reject button in my notifications in react native. So if notification relates that if they want to accept they can ...
Sandy's user avatar
  • 23
-1 votes
0 answers
11 views

How to Send Firebase Push Notifications To Other Users Within Code iOS Swift (Messaging Using A Database) [duplicate]

I would like to call a function that sends a push notification to the recipient when a new message is sent. Here's how my app works: In the database, user objects can have several "connections&...
Detailer's user avatar
0 votes
0 answers
74 views

How to implement Push Notification in IOS platform with Azure Notification Hub in .NET MAUI .NET 8 version?

I have been in the process of converting my .NET MAUI project from .NET 6 to .NET 8. Currently, I am facing issues related to push notifications for the iOS platform when using the Plugin.Firebase ...
Suhas M R's user avatar
0 votes
0 answers
27 views

iOS: .ipa file generated via GitHub Actions lacks 'aps-environment' entitlement for push notifications

I am currently working on an iOS application that utilizes push notifications. We have configured push notifications entitlement (aps-environment) in Xcode and it works correctly when generating build ...
Shwe Nik's user avatar

15 30 50 per page
1
2 3 4 5
374