1,677
questions
-1
votes
1
answer
24
views
Clarification on Apple Push Notification Service Server Certificate Update
According to Apple, all developers using APNs must update their application's Trust Store to include the new server certificate: SHA-2 Root: USERTrust RSA Certification Authority.
Our app uses ...
-1
votes
0
answers
15
views
Flow to make me able to send push notifications with Onesignal
I'm trying to configure Onesignal in my web application to send notifications to partners.
I have successfully registered a user, but I don't know how to proceed. The flow I want to implement is:
...
0
votes
1
answer
38
views
Issues with installing pod after installing react-native-onesignal: RuntimeError - `PBXGroup` attempted to initialize an object with unknown
After installing react-native-onesignal
I got this error
RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup` from attributes:
{
"...
0
votes
0
answers
16
views
Flutter OneSignal migration
I am trying to migrate my OneSignal code in my notifications dart file. But the documentation is not so clear how certain field have changed...
This is my current code that was written with 3.5.0 ...
0
votes
1
answer
13
views
How to do identity verification in OneSignal using Cordova
I am using Cordova OneSignal for push notifications.
As in: cordova plugins add onesignal-cordova-plugin
Currently, I am able to use window.plugins.OneSignal.login(external_id) to set the user's ...
0
votes
0
answers
43
views
APS Environment Entitlement isn’t included in the app signature’s entitlements
I have uploaded a build of my IOS app to appstore but I got an email from Apple
This is for your information only and doesn't require any action:
ITMS-90078: Missing potentially required entitlement - ...
0
votes
1
answer
44
views
OneSignal 403 Access Denied
I'm trying to send a notification using OneSignal, but running into the following error.
{"errors":["Access denied. Please include an 'Authorization: ...' header with a valid API key (...
0
votes
0
answers
10
views
How to send push notification at exact time (for each each timezone) on exact day, with OneSignal?
Let's say, I want to send at 9am on Friday for each timezone. What is the correct way to set it up with Rest API?
I see that send_after and delivery_time_of_day are separated values. And there are ...
0
votes
0
answers
33
views
Getting a user ID in a single signal
I don't understand how to get the playerid of a specific user in the ios app in the latest version of One Signal.
My task is to get a specific id of the user in order to send notifications ...
0
votes
2
answers
161
views
How do I send a push notification via the OneSignal API?
When I try to send a push notification via the OneSignal API, I get this error: All included players are not subscribed. I can see my device subscribed on the OneSignal subscription records page, and ...
0
votes
0
answers
56
views
Problems with LocalStorage on iOS ProgressiveWebApp
I am completely new to development - another dev coded something for me and now I try to add more functionalities -> and yes, I am using ChatGPT, sorry to the real devs here
The component the dev ...
0
votes
0
answers
26
views
OneSignal Initialization Blocks User Data Saving Logic in React App
I'm working on a Firebase-based chat app using React and implementing OneSignal for push notifications. However, I'm facing an issue where initializing OneSignal seems to block the execution of the ...
0
votes
0
answers
53
views
Flutter with OneSignal PushNotification doesn't trigger addForegroundWillDisplayListener when the app is closed or enters background
I have this code
import 'dart:convert';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:onesignal_flutter/onesignal_flutter.dart';
import 'package:shared_preferences/...
0
votes
1
answer
236
views
Issue: 403 Forbidden Error When Sending Notification via OneSignal
Description:
I am encountering a 403 Forbidden error when attempting to send a notification using the OneSignal::sendNotificationToUser function in Laravel. The error message suggests that the request ...
0
votes
0
answers
48
views
Expo notification listeners stop working when used alongside OneSignal
When Onesignal is installed and configured alongside Expo Notifications, the Expo Notification listeners stop working. But, if you uninstall and remove all the code related to OneSignal, the listeners ...
4
votes
3
answers
3k
views
Invalid Executable. The executable 'appname.app/Frameworks/OneSignal.framework/OneSignal' contains bitcode. (ID: XXXX)
I get this error trying to upload an archived app to Apple Store.
This error appears after update to MacOS: Sequioa 15.0 and XCode 16.
Error print
I tryed to downgrade XCode, but it seems to not be ...
0
votes
2
answers
117
views
java.lang.IllegalArgumentException: Targeting S+ requires FLAG_IMMUTABLE or FLAG_MUTABLE Error After Removing OneSignal Library
I'm working on an Android application and recently removed the OneSignal library. After this change, I'm encountering the following error:
java.lang.IllegalArgumentException: com.app.myapp: Targeting ...
0
votes
0
answers
33
views
OneSignal Push notification works in iPhone 14 but not iPhone SE and iPhone 11
I implemented push notification using OneSignal. I am using Objective-C.
Here is the part of Pod file.
target 'PlugYou' do
...
pod 'OneSignal', '>= 2.11.2', '< 3.0'
end
target '...
0
votes
0
answers
23
views
Reloading wrapped website in Swift webView when receiving URL from OneSignal push notification
I've found some information about how to possibly do this for Android, but looking for help with Swift. When a user taps on a push notification (from OneSignal), I want to load the URL passed from the ...
0
votes
0
answers
38
views
Retrieve player_id OneSignal
I've having an issue with my Application. I have setup OneSignal following the tutorial on OneSignal website. Everything is working and now i'm looking to retrieve the unique "player_id" of ...
0
votes
0
answers
14
views
OneSignal websdk angular error on init error with circular structure to JSON
this.oneSignal.init({
appId: "1111111111111111",
serviceWorkerPath: 'push/OneSignalSDKWorker.js',
scope: '/push/'
}).then()
ERROR
TypeError: Converting circular structure to JSON
--&...
1
vote
2
answers
162
views
Facing issue when using onesignal_flutter: ^5.2.2 with Flutter SDK 3.24.0
I found issue when attempting to build my Flutter application in release mode using the onesignal_flutter: ^5.2.2 package. This issue occurs after upgrading to Flutter SDK 3.24.0.
ERROR: ../build/...
0
votes
0
answers
29
views
How to Use OneSignal with Firestore for Personalized Push Notifications?
I'm working on a project where I need to send personalized push notifications to users based on data stored in Firestore. I am using OneSignal as the push notification service. I have already set up ...
0
votes
1
answer
83
views
I am Building an Android Kotlin app to receive push notifications, but encountering 'Unresolved reference' error during development
Project Specifications"
I am using the latest one signal implementation 'com.onesignal:OneSignal:[5.0.0, 5.99.99]' dependency
Gradle and AGP version 8.7 and 8.5.0
Using JDK 17.0
Previously i ...
0
votes
0
answers
55
views
Onesignal push notifications not popping up in Android device - Flutter
I noticed that when I go to permissions -> notifications , there's a Miscellaneous property that is turned off. The popup only appears if I turn it on.
Is there a way that when I accept ...
0
votes
0
answers
78
views
One signal not getting notification when app is closed Flutter
Future<void> initPlatformState() async {
if (!mounted) return;
OneSignal.Debug.setLogLevel(OSLogLevel.verbose);
OneSignal.Debug.setAlertLevel(OSLogLevel.none);
OneSignal....
0
votes
0
answers
95
views
How to access OneSignal web push notifications data in order to perform other actions
I'm trying to access OneSignal web push notification data to update other parts of my website. However, the on('notificationDisplay') or on('notificationDismiss') events are not being triggered. My ...
0
votes
1
answer
117
views
Flutter Open Specific page upon Notification Click
Iam using oneSignal and want to navigate to a specific page in my app when clicking on the recived notification
the problem the code can't find context
this probably from the fact that iam declaring ...
0
votes
2
answers
194
views
Swift NotificationContentExtension not working
I am using OneSignal for the notifications in my messaging app. I have a standard OneSignal's NotificationServiceExtension. And I also need to add a NotificationContentExtension to customize my ...
0
votes
1
answer
278
views
How to Wake Up a .NET MAUI App in the Background Using OneSignal on Android?
So I am developing an app on .net mau, after implementing one signal push notification I am able to receive a push notification inside my app the challenge I am facing right now is whether it is ...
0
votes
0
answers
46
views
How to Disable One Signal Notification in Android
I have a notification button in my app and I want to enable and disable notification when user clicks on that button. I am able to get the notification enabled with permission but don't know how to ...
0
votes
0
answers
46
views
OneSignal Personalized Push Notifications in React Native App
OneSignal is our current solution for dispatching push notifications to our React Native App via our backend.
One of our use cases is to target users with payments due soon by send them a notification ...
0
votes
0
answers
117
views
How to get notification data when app was in closed state in Onesignal?
My question is simply,
I have integrated OneSignal Flutter plugin version 5.1.2 in my Flutter app.
I have read from the docs that I can get the notification data whenever a user clicks on the ...
0
votes
0
answers
34
views
How to use onesignal and flask site?
I'm trying to subscribe myself to onesignal using a simple python flask app in my local machine. I have the pop up that asks me if I want to subscribe and then the browser asks me if I want to allow ...
0
votes
0
answers
39
views
Remote Notification/Alarm in Flutter
I am working on a Flutter App, where Managers can assign Tasks to the users. They can send the request to the users in the App, where they can accept/reject the tasks. Whenever they receive a task ...
1
vote
1
answer
152
views
iOS Communication Notification icon
I am trying to get iOS communication notifications working in objective-C and no matter which variations I try, the icon keeps getting attached as attachment and not as notification icon
#import <...
0
votes
0
answers
49
views
Android: Conversation notifications update pattern
We're using NotificationCompat.MessagingStyle for some push-notifications in our Android app. Notifications are recieved via OneSignal SDK, and we implement INotificationServiceExtension to mutate ...
0
votes
0
answers
35
views
OneSignal node-api v5.0.0 include_players_ids field
Before I’ve been used onesignal-node-sdk in that way to specify targeting users.
It used to work in previous sdk version
const app = await this.oneSignalService.getApp(
process.env["...
0
votes
0
answers
78
views
Dependency problem while adding onesignal to an existing react native project
I'm integrating OneSignal into my React Native application, but I'm encountering a Firebase dependency conflict error when trying to make a debug build. My React Native version is 0.62.3, Gradle ...
0
votes
0
answers
157
views
OneSignal api 400 bad reques
I want to send push notifications to all users using onesignal api, but I get a 400 bad request error.
const notification = {
app_id: appId,
included_segments: ['All'],
contents: { 'en': '...
1
vote
1
answer
64
views
Fluter OneSignal.shared.postNotification method for version 5
Does anyone know how to post for a notification in onesignal_flutter version 5?
in onesignal_flutter 3.5.1
I do use
var notification = OSCreateNotification(
playerIds: listOneSignalUserId,
...
0
votes
0
answers
132
views
Firebase FCM: How to manage Topics using REST api without using Registration Token?
As per requirement I do not have Registration Token of user and I need a way to unsubscribe Topic of particular user/subscriber.
I am new to FCM. By referring documentation related to FCM I am getting ...
-1
votes
1
answer
80
views
OneSignal user-to-user push notification swift
Hi I've been following a tutorial showing how to setup push notifications using OneSignal. I've now found out the tutorial is out of date and the code samples provided no longer work. Only problem is ...
0
votes
1
answer
47
views
Local notification for a Game in UWP platform and developed by unity
I want to implement local notification system in unity and for UWP platform. Can You tell me your suggestions regarding this purpose?
I wanted to try OneSignal, but the support clarified that they don'...
1
vote
0
answers
55
views
OneSignal Push Notifications does'nt open app after dynamic icon change at android
I have an application with a dynamic icon-changing feature.
When clicking on push notifications, it opens the app
but after changing the dynamic icon the push notifications do not open app on Android.
...
0
votes
0
answers
51
views
Android notification permission localization (or change language)
enter image description here
As you see my phone language is Turkish but permission text shows in English. When I change phone language just 'Cancel' text changed with 'İptal'.
I want the permission ...
1
vote
1
answer
304
views
How to handle with Swift Onesignal push notification when iOS application is closed?
I am developing a webview mobile application using Swift on the iOS platform. I use Universal Link and OneSignal in the app. When the application is closed or in the background, etc. In any case, ...
0
votes
0
answers
240
views
FATAL: OneSignal AppId: (null) - AppId is null or format is invalid, stopping initialization
I'm kinda new to react native and I'm trying to build my app which uses One Signal for push notifications,
the problem is that whenever I import OneSignal like so:
import OneSignal from 'react-native-...
0
votes
0
answers
42
views
OneSignal expand/collapse notifications
I am using onesignal for notifications in a react native chat app, I want to receive all the app notifications in one group but when user expand them I want to display them in groups depending on ...
0
votes
0
answers
52
views
After deleting a OneSignal user tag son its website, The deleted tags get reverted after launching my app
My app is using OneSignal 4.8.9. After deleting user tags on the OneSignal website then relaunching the app, the deleted tags get added back on both the app and the site. Despite calling getTags() ...