notification

  1. practicalsoft

    B4X FEED Show an image in remote/push notification

    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...
  2. practicalsoft

    B4X FEED Firebase Notifications List

    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...
  3. practicalsoft

    B4X FEED Is it possible to use NB6 notification with StartForeground ?

    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"...
  4. practicalsoft

    B4X FEED Notification Listener stops catching notifications

    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...
  5. practicalsoft

    B4X FEED should i use B4X pages for a Push Notification app?

    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...
  6. practicalsoft

    B4X FEED B4XPAges - Notification Click

    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...
  7. practicalsoft

    B4X FEED NB6 notification, Android 10

    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"...
  8. practicalsoft

    تکه کد تکه کد تغییر رنگ پس زمینه اعلانها در بیسیک فور اندروید

    تغییر رنگ پس زمینه اعلانها در بیسیک فور اندروید 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...
  9. practicalsoft

    B4X FEED PHP code to send Firebase Notification to both Android mobile app and iOS mobile app

    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...
  10. practicalsoft

    B4X FEED B4A ile Mobil Uygulamadan Bildirim Gönderme (Firebase Notification)

    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...
  11. practicalsoft

    B4X FEED Push Notifications

    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...
  12. practicalsoft

    B4X FEED Help wanted using notification listener and creating a service

    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...
عقب
بالا