使用自定义图标推送通知

push notification with custom icon

我想知道有什么方法可以发送与应用图标不同的推送通知。我正在使用 Unity Parse SDK 并能够为 Android 和 iOS 发送推送通知。感谢您的任何建议!

是的,这是可能的。您需要为您的特定移动平台编写一个 Unity3d 插件。

阅读官方 unity3d 手册:


Android: Building Plugins for Android

iOS: Building Plugins for iOS


您需要这些插件来调用特定于平台的功能。