Table of Contents
回复内容:
Home Backend Development PHP Tutorial Android推送自己做的效果不给力,请问大家是怎么解决的

Android推送自己做的效果不给力,请问大家是怎么解决的

Jun 06, 2016 pm 08:43 PM
android api php

Android推送我们自己用xmpp写的协议到达率不能保证,经常丢失,请问大家一般都是怎么解决的?

回复内容:

Android推送我们自己用xmpp写的协议到达率不能保证,经常丢失,请问大家一般都是怎么解决的?

自己学的恐怕会有很多问题。
建议可以参考开源的推送。

我之前用的是百度推送服务。你可以利用百度bae上已有的推送服务。http://developer.baidu.com/wiki/index.php?title=docs/cplat/push

自己最不好的话一般都是找第三方的吧,楼上说的那几家都是你比较多人去选择的。我刚刚看了相关的一些评测,个推、信鸽、极光、友盟相对都还不错,个推和极光一样是专门做推送的,相对要专业很多,名气也比较大一点,以前极光是免费,但是现在个推也开始对小用户免费了,一下子就变得很有优势了。建议是都接入SDK测试一下再确认自己需要哪家的推送

个推推送,免费又好使~还开放智能精准推送,到达率什么的都有保证,一年用下来感觉不错。

百度有个很给力的推送平台,基本独用他。

  • 小米推送
  • 极光推送

试试 AVOS

对于刚起步的开发者而言,可以自己写。一旦量到达了一定的阶段,自己维护和运行推送会很伤脑筋。
可以选择第三方服务,个推,百度等等。建议集成完了SDK做几轮测试,选择速度快且稳定的,目前个推好像是免费的。

自己写 不是打击你 自己写根本没法用 尤其是多用户并发的时候 使用过极光和个推 后者相对靠谱 性能稳定 要是推送量很大 需要交费

百度云推送 最好的选择

建议用第三方推送服务,比自己写要方便快捷很多,毕竟你一个人赶不上别人集一个团队或者一个公司资源做出来的东西啊

自己做只能是玩玩的,不能保证信息实时和稳定推送。可以用个推,信鸽,前者是专业推送,比较稳定;后者是大公司,可能没那么灵活。你都集成SDK测试下效果就有选择了

nodejs 的socketIO,我们的项目是用这货的~很爽

可以考虑一下开源的DDPush任意门推送

自己做会有很多坑,需要很多的投入和反复,推送稳定性和实时性很难达到,丢失什么很频繁。建议还是选择第三方的推送服务好,我们用的个推,量小免费量大才收费,但也不贵,还可以智能打标签,精准推送的选项,这个比较好。极光以前号称永久免费的,结果对接了他们商务发现忽悠人,问了也是要收费的,还不如选个推,功能也要多一些。

这种情况的话还是找第三方推送合作吧,可以节约90¥%的开发成本,而且效果也很好,这样就可以专注提升自身产品质量啦。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1669
14
PHP Tutorial
1273
29
C# Tutorial
1256
24
PHP: A Key Language for Web Development PHP: A Key Language for Web Development Apr 13, 2025 am 12:08 AM

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP vs. Python: Understanding the Differences PHP vs. Python: Understanding the Differences Apr 11, 2025 am 12:15 AM

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

PHP and Python: Comparing Two Popular Programming Languages PHP and Python: Comparing Two Popular Programming Languages Apr 14, 2025 am 12:13 AM

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

PHP in Action: Real-World Examples and Applications PHP in Action: Real-World Examples and Applications Apr 14, 2025 am 12:19 AM

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

The Enduring Relevance of PHP: Is It Still Alive? The Enduring Relevance of PHP: Is It Still Alive? Apr 14, 2025 am 12:12 AM

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP vs. Other Languages: A Comparison PHP vs. Other Languages: A Comparison Apr 13, 2025 am 12:19 AM

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

PHP and Python: Code Examples and Comparison PHP and Python: Code Examples and Comparison Apr 15, 2025 am 12:07 AM

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

See all articles