Mac, Local Build Server, and Xcode are needed.
Now you can show an image in push notification just like android.
Usually in ios, the system handles the push notification. But there is an app extension called Notification Service Extention which allows you to modify the notification content. By...
Hi all.
I tried to use a Firebase Notifications - it works fine, I was able to push a notification from B4J example but my question is - how to keep a previous notification?
Let say I sent a notification with a title "AAA" and body "BBB". It comes to my app and I can see it.
Later on I pushed...
B4X:
Service.StartForeground(nid, CreateNotification("something something"))
Sub CreateNotification (Body As String) As Notification
Dim notification As Notification
notification.Initialize2(notification.IMPORTANCE_LOW) 'avoid sound
notification.Icon = "icon"...
Hi.
I am using the NotificationListener v. 1.20 to capture the notification data.
But I don't know why he doesn't always catch them.
I have it all with try and catch so that the service doesn't crash, but sometimes he is not called by the system it seems.
They already commented on it...
I started a new app last week, which should be based on push notification (using Firebase).
It is in the first stage now. the App should be some kind of "In Company whatsapp", showing messages from the company directories to workers.
I just saw the B4X Pages toturial, and i wonder if this kind...
Hi!,
1. The application is closed.
2. Receive a normal Push Notification.
3. I click on the notification.
4. The application is displayed (visually it appears to have started).
The app startup code doesn't really run like when the app actually starts. I think this problem may be related to the...
NB6 notification not work with android 10 ,with no error return
B4X:
Private icon,icon2 As Bitmap
icon = LoadBitmap(File.DirAssets,"logo24.png") '24
icon2 = LoadBitmap(File.DirAssets,"log256.png") '256
Dim n As NB6
n.Initialize("default"...
تغییر رنگ پس زمینه اعلانها در بیسیک فور اندروید
Add to NB6:
'Whether to use the accent color for the background. Not applied in all cases.
'For most styles, the coloring will only be applied if the notification is for a foreground service notification.
Public Sub Colorized (Enabled As...
Hi there!
I'm sharing one of my work here so that some of you might refer it.
This code is the PHP part from the whole project that I was working on. My project is based on the automated Forex signals that will be sent to Android and iOS mobile app from an indicator built on MT4 MetaQuote...
Herkese merhaba arkadaşlar,
Bugün sizlere Mobil Uygulamanızdan Nasıl Bildirim gönderebileceğinizi anlattım.
Uygulamanıza FirebaseMessaging adlı bir Servis Modülü ekleyin (bu isim zorunludur!);
FirebaseMessaging:
Sub Process_Globals
Private fm As FirebaseMessaging
End Sub
Sub...
I submitted my first app to Apple and received the following message:
TMS-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...
I have never created a service type app before and was wondering if someone had a sample I could follow.
What I am trying to achieve.
I have an app GridConnect that monitors a reed switch sensor in my smart home system.
When the Garage door opens I get a notification
When it closes I get...