iOS 和 Android 不一样,分开来说。
iOS 用的是证书推送,这个证书是和你 App 绑定的证书,我们将推送的请求发给苹果,苹果会根据对应的证书推送给你的 App,所以请检查证书。
Android 推送,如果给 LeanCloud A 应用进行推送,B 应用是收不到推送的,除非同一个设备在 A 和 B 的 _Installtion 表内都存了一份数据。
建议看一下推送有关的文档,了解一下推送的基础知识:
https://leancloud.cn/docs/ios_push_guide.html6
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW93
https://leancloud.cn/docs/android_push_guide.html