Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/cloud-mobile-custom-push-provider
Custom push provider sample code works with SAP Mobile Services and can supports pushing messages to devices.
https://github.com/sap-samples/cloud-mobile-custom-push-provider
mobile push-notifications sample sample-code sap-mobile-services
Last synced: about 1 month ago
JSON representation
Custom push provider sample code works with SAP Mobile Services and can supports pushing messages to devices.
- Host: GitHub
- URL: https://github.com/sap-samples/cloud-mobile-custom-push-provider
- Owner: SAP-samples
- License: apache-2.0
- Created: 2020-12-01T17:13:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:39:20.000Z (5 months ago)
- Last Synced: 2024-08-09T04:11:58.637Z (5 months ago)
- Topics: mobile, push-notifications, sample, sample-code, sap-mobile-services
- Language: Java
- Homepage: https://help.sap.com/docs/SAP_MOBILE_SERVICES
- Size: 19.2 MB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cloud-mobile-custom-push-provider)](https://api.reuse.software/info/github.com/SAP-samples/cloud-mobile-custom-push-provider)
# Sample of Custom Push Provider
This repository will hold source code for Custom Push Provider apps and test code. We tested Custom Push for Huawei devices and Xiaomi devices.#### [Custom Push Server Sample](./custom-push-server-sample-java)
custom-push-server-sample-java is a Java Springboot project which can perform as an endpoint in SAP Mobile Service Connectivity. It will work with SAP Mobile Service Push Notification. The customer should build its own Custom Push server function here. Once provided Huawei developer account or Xiaomi account information, this project can be a standalone server or deployed to Cloud Foundry.#### [Xiaomi device test](./xiaomi-push-clientdemo-android)
Xiaomi android studio device project#### [Huawei device test](./hms-push-clientdemo-android)
Sample Huawei device push test appLicense
-------
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.