B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Feb 9, 2025   (30 reactions) Google has deprecated the previous method of sending push notifications. It will stop working... the dependencies and unpack in B4J additional libraries folder: https://www.b4x.com/b4j/files/b4j-push.../android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/#content (ignore... and PushToken).
Notes
1. In iOS the notification popup only appears while the app is not in... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023... it relatively easy to send push messages. Integrating Firebase: https://www.b4x.com/android/forum/threads/firebase-integration.68623/ Push messages in iOS requires some configuration. 1. Create a new explicit (non-wildcard) App ID with the package name of the push app. For example anywheresoftware.b4i.push. Enable push notification service. 2. Create an Apple Push Notification SSL certificate... B4i Tutorial Push notifications - Erel    Jun 21, 2022   (8 reactions) New: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/ Old, don't use: B4i v1.50 added support for push notifications. Push notifications... of the push app. For example anywheresoftware.b4i.push. Enable push notification service. 2. Create an Apple Push Notification SSL certificate. Use the same certSigningRequest.csr file that you previously... on Tools - Build Server - Create Push Keystore. This sends the required files to the Mac builder which then... B4A Tutorial [B4X] [B4XPages] Firebase Push Example - Erel    Jul 24, 2020   (16 reactions) A simple, B4A + B4i, example based on: B4A: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ B4i: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/#content It receives push notifications using Firebase. Note that it requires some configuration. Make sure to follow the above links. Don't try to access B4XPages from FirebaseMessaging service. B4XPages can only be created... B4i Tutorial Silent Push Notifications - Erel    Dec 28, 2018   (1 reaction) This tutorial explains how you can use push notifications that don't show any visual cue to... example to download new content.
Make sure to start with standard push notifications: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/
1. Add... again and do not start it. Send a silent push message and the process should start.
The app will not... B4i Question Missing Push Notification Entitlement - ciginfo    Jan 31, 2015 wish to correct the following issues in your next delivery:
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service... your app uses the Apple Push Notification service, make sure your App ID is enabled for Push... Development" in the Local and Push Notification Programming Guide for more information. If your app... B4i Question iOS push notifications sometimes not delivered — topic vs token reliability? - marcick    Aug 24, 2025 Hi all,
regarding the issue that sometimes iOS push notifications, although reported as successfully sent, do not actually reach the recipient:
is there, in theory, any difference in reliability when sending to a topic instead of directly to a device token?
Thanks for any clarification.... Wish [B4X] CLVExpandable - Push the list up if expanded part is hidden. - MrKim    Dec 14, 2020   (1 reaction) I love CLV with CLVExpandable, it is just so darn clean and professional but I have one minor nit to pick. If the item you are expanding is toward the bottom of the display, or it is the last item, the expanded portion is hidden. If it is the last item you can't even tell it has been expanded except for the arrow flipping. So after expanding you have to manually drag the list up to see it. It would be really nice if the list would "Push Up" when the expanded portion is off... B4i Question ITMS-90078: Missing Push Notification Entitlement - Falcon    Dec 1, 2020   (1 reaction) the 'Apple Push Notification Service', I don't even know what that is?? Please help! Dear... your next delivery: ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after... B4i Question How do you send a push notification to a single iphone device - davemorris    Aug 3, 2025 Hi, Guys
I am trying to send a push notification to a signal device - I have done it with an Android devices see
Push notification - Sending to one device (with the new Firebase API)
Basically... Page: 1   2   3   4   5   6   7   |