我用的是友盟推送,但是产品经理说为了不被国内生产厂家干掉进程还要集成华为SDK,小米SDK, 是这样子吗?
我觉得只要用友盟就行了吧?
在线等
PHP中文网2017-04-18 09:09:13
Hello, I have also done Umeng push. Your project manager is right. Third-party push services are indeed killed by the system. At present, it seems that only Huawei and Xiaomi among domestic manufacturers have their own push services. The manufacturer's own push service is a system service. Integrating vendor push services can improve push efficiency.
Of course, if you want to group them, it is best to obtain the token and mobile phone brand when the App is launched for the first time. If you want to push in the future, determine the model first. If it is a Huawei phone, use the Huawei push interface, Xiaomi phones use the Xiaomi push interface, and other phones use the Umeng push interface. Don't push between Huawei and Xiaomi. Competitors are more likely to be killed.
大家讲道理2017-04-18 09:09:13
If you need to ensure stability, you should do this. Integrate several mainstream push notifications, and distinguish according to the device. Xiaomi devices use Xiaomi Push, Huawei devices use Huawei Push, and for other devices, you can use Umeng Push
天蓬老师2017-04-18 09:09:13
Have you, the product manager, been deceived by the grandson of which manufacturer?! Any pusher who is not the real son of the mobile phone manufacturer (goddaughter is also acceptable) will have a chance of being killed, especially after the
Android M
引入了DOZE
mode.
Why do many manufacturers claim that their push notifications will not be blocked? This is based on a premise: their own push notifications run on their own mobile phone systems, just like the ones running on Nexus phonesGCM(Google Cloud Messaging)
. They are all system-level applications. Therefore, each The manufacturer's own push itself has such inherent advantages.
Finally, you can find information to prove to your product manager that the push notifications are actually the same, but the push notifications provided by various mobile phone manufacturers have inherent advantages.
你可以在华为手机上用小米推送试试, 看看小米推送会不会被干掉?!
END.
PHP中文网2017-04-18 09:09:13
Umeng can deal with most situations, but the systems of various manufacturers have now made a lot of adjustments for optimization and launched their own push services. System-level push has natural advantages, while third-party ones are dangerous.