All Projects → rzaripov1990 → PUSHTestFCM

rzaripov1990 / PUSHTestFCM

Licence: other
[FireMonkey] Push test project

Programming Languages

PHP
23972 projects - #3 most used programming language
pascal
1382 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to PUSHTestFCM

MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Stars: ✭ 101 (+494.12%)
Mutual labels:  notifications, apns, gcm, fcm
Airnotifier
Push Notifications Server for Human Beings.
Stars: ✭ 522 (+2970.59%)
Mutual labels:  notifications, apns, fcm
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+1158.82%)
Mutual labels:  apns, gcm, fcm
Onesignal Gradle Plugin
Use with OneSignal-Android-SDK to help integrate it into your Android Studio or Gradle project. https://onesignal.com
Stars: ✭ 49 (+188.24%)
Mutual labels:  notifications, gcm, fcm
OneSignal-Ionic-Sample
No description or website provided.
Stars: ✭ 85 (+400%)
Mutual labels:  apns, gcm, fcm
Django Push Notifications
Send push notifications to mobile devices through GCM or APNS in Django.
Stars: ✭ 1,881 (+10964.71%)
Mutual labels:  apns, gcm, fcm
epns
📱 Erlang Push Notifications. APNS(Apple Push Notifications) and FCM(Firebase Cloud Messaging) Push Notifications
Stars: ✭ 13 (-23.53%)
Mutual labels:  apns, gcm, fcm
Pushnotification
PHP and Laravel Package to send push notifications to Android and IOS devices.
Stars: ✭ 395 (+2223.53%)
Mutual labels:  apns, gcm, fcm
Net Core Push Notifications
Lightweight .NET Core Push Notifications for Android and iOS
Stars: ✭ 105 (+517.65%)
Mutual labels:  notifications, apns, fcm
pushex
Push notifications for Elixir
Stars: ✭ 96 (+464.71%)
Mutual labels:  notifications, apns, gcm
Rpush
The push notification service for Ruby.
Stars: ✭ 1,886 (+10994.12%)
Mutual labels:  notifications, apns, fcm
Onesignal Ionic Example
Stars: ✭ 89 (+423.53%)
Mutual labels:  apns, gcm, fcm
Uniqush Push
Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
Stars: ✭ 1,238 (+7182.35%)
Mutual labels:  apns, gcm, fcm
Node Pushnotifications
Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)
Stars: ✭ 432 (+2441.18%)
Mutual labels:  apns, gcm, fcm
andpush
Android Push Notification in Ruby: The fastest client for FCM (Firebase Cloud Messaging)
Stars: ✭ 83 (+388.24%)
Mutual labels:  notifications, gcm, fcm
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+3494.12%)
Mutual labels:  notifications, gcm, fcm
azure-notificationhubs-java-backend
Azure Notification Hubs SDK for Java
Stars: ✭ 31 (+82.35%)
Mutual labels:  apns, gcm, fcm
Notificationpusher
Standalone PHP library for easy devices notifications push.
Stars: ✭ 1,143 (+6623.53%)
Mutual labels:  notifications, apns, gcm
Onesignal Unity Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
Stars: ✭ 161 (+847.06%)
Mutual labels:  notifications, apns, gcm
laravel-firebase
Laravel FCM (Firebase Cloud Messaging) Notification Channel
Stars: ✭ 25 (+47.06%)
Mutual labels:  notifications, fcm, fcm-notifications

PUSHTestFCM

[FireMonkey] FCM Push test project

Подготовка

прочтите внимательно статьи

Серверная часть

Поместите папку pushTest к себе на сервер, в корень сайта
настройте доступ к БД и параметры из консоли Firebase (файл api.php)
$config['db']['host'] = "расположение БД"; // localhost
$config['db']['name'] = "название БД";
$config['db']['user'] = "пользователь";
$config['db']['pass'] = "пароль к БД"; 
$config['push']['server_key'] = "тут серверный ключ из консоли firebase";
$config['app']['name'] = "название пакета приложения для IOS"; //com.embarcadero.PUSHTest

Delphi/C++ Builder

Измените процедуру регистрации RegisterDevice а именно укажите свой сервер в строке

aHTTP.Get('http://ТУТ ВАШ СЕРВЕР/pushTest/api.php?method=saveToken&deviceID=' + FDeviceID + '&deviceToken=' +
          FDeviceToken + '&platform='{$IFDEF ANDROID} + 'ANDROID' {$ELSEIF defined(IOS)} + 'IOS' {$ENDIF});

и также нужно указать идентификатор отправителя из консоли Firebase

const
  FAndroidServerKey = 'идентификатор отправителя';

Google Play - https://play.google.com/store/apps/details?id=kz.rzaripov.PushTest&hl=ru

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].