Android 推送通知 - Google Play

Posted

技术标签:

【中文标题】Android 推送通知 - Google Play【英文标题】:Android Push Notification - Google Play 【发布时间】:2013-03-21 07:01:16 【问题描述】:

我已使用 GCM 将推送通知集成到我的 android 应用程序中。它工作正常。现在我要将我的应用程序上传到 Google Play。我是否需要更改推送通知设置中的任何内容才能上传到 Google Play?

【问题讨论】:

您使用的是 App Engine 还是您自己的服务器? 如果他们使用 App Engine 或自己的服务器,则无所事事。 【参考方案1】:

没有。你不需要改变什么。如果它在您的测试区域运行,它也将在生产环境(Google Play)中运行......

【讨论】:

【参考方案2】:

如果您已经实现了Urban Airship Push Notification,那么您必须将您的生产标志设置为true 并像这样更改代码:

public static final boolean URBAN_AIRSHIP_IN_PRODUCTION = true;
public static final boolean URBAN_AIRSHIP_RICH_PUSH_ENABLED = false;

【讨论】:

以上是关于Android 推送通知 - Google Play的主要内容,如果未能解决你的问题,请参考以下文章

Android 推送通知 - Google Play

Google GCM - 未在 android Lollipop 中接收推送通知

如何为 Google Cloud Messaging 实现服务器以发送推送通知 android studio

是否可以将文本存储在来自 Google 云中的 android 应用(不属于我)的推送通知中?

Android使用google Firebase Cloud Messaging的云推送发送通知

Android使用google Firebase Cloud Messaging的云推送发送通知