简体   繁体   中英

push notification with custom icon

I w'd like to know is there any way to send push notification with different icon than app's. I'm using Unity Parse SDK and able to send push notifications for both Android and iOS. Thanks for any suggestions!

Yes it's possible. You need to write a Unity3d plugin for your specific mobile platform.

Read the official unity3d manual for:


Android: Building Plugins for Android

iOS: Building Plugins for iOS


You need those plugins to call platform specific functions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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