简体   繁体   English

Android推送通知 - Google Play

[英]Android Push Notification - Google Play

I have integrated Push Notification into my android App using GCM. 我已经使用GCM将推送通知集成到我的Android应用程序中。 It is working fine. 它工作正常。 Now I am going to upload my app to Google Play. 现在我要将我的应用上传到Google Play。 Do I need to change anything on my push notification settings for uploading to Google Play? 我是否需要更改推送通知设置上的任何内容才能上传到Google Play?

No. You need to change nothing. 不,你需要什么都不做。 If it's working on your testing area it will work in production (Google Play) too... 如果它正在您的测试区域工作,它也将在生产(Google Play)中工作......

If you have implemented Urban Airship Push Notification then you have to make your production flag true and change code like this: 如果你已经实现了Urban Airship推送通知,那么你必须使你的生产标志成为true并改变这样的代码:

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

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM