简体   繁体   English

是否可以使用相同的源代码向另一个克隆应用程序推送和接收通知

[英]Is it possible to push and receive Notification to another clone application with same source code

Hi i had published an school app and the system is designed to push the Notification with several school id.嗨,我发布了一个学校应用程序,该系统旨在推送带有多个学校 ID 的Notification User which input school email as registered in database.输入在数据库中注册的学校电子邮件的用户。 The User received push Notification according to the school id.用户根据学校ID收到推送Notification All is working fine on this app.在这个应用程序上一切正常。

But i am going to clone the app with just different school logo and different school images.但是我将使用不同的学校徽标和不同的学校图像来克隆该应用程序。 Is it possible for me to clone the source codes and receive the notification as expected ?我是否可以克隆源代码并按预期接收通知?

Would be appreciated if any advise is given, thanks !如果有任何建议,将不胜感激,谢谢!

是的,使用相同的应用程序包名称、API KEY、SHA KEY那么它将起作用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有没有办法在推送通知接收时将应用程序带到前台? - Is there a way to bring an application to foreground on push notification receive? Android | 针对您的应用程序运行测试时是否可能收到推送通知 - Android | Is it possible to receive a push notification when running test against your application 是否可以从GCM接收先进先出的推送通知? - Is possible to receive push notification in First in First out order from GCM? 接收带有声音的推送通知 - Receive push notification with sound 接收Firebase推送通知 - Receive Firebase push notification 是否可以使用推送通知使用运行同一应用程序的其他设备终止活动 - Is it possible to kill an activity using another device running the same app using Push Notification 如何知道是否在推送通知上调用Application onCreate方法? - How to know if Application onCreate method get called on push notification receive? 接收但不显示GCM推送通知 - Receive but not show GCM push notification 在Google Glass中接收推送通知 - Receive push notification in Google Glass Android GCM(推送通知):如果应用程序停止,设备不会收到通知 - Android GCM (push notification): device doesn't receive notification if application is stopped
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM