About Kony.push.register

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hello team.

I'm doing the function about Android push notification. Right now I want to register by using the Kony.push.register. But in the engagement Api guide book the code is base on the GCM as the example. Because of some reason I can't use the Google Service. Can the register code can be write as the JPush format? How is it look like?

From server side, Kony Engagement Services supports sending push through JPush to Android devices. Please see documentation here:

https://docs.kony.com/konylibrary/messaging/kmf_msg_jpush_quick_start_guide/Default.htm

From client side, the Kony Framework registration API supports push registration for GCM / FCM, but not for JPush. For achieving this, you will need to write a FFI incorporating these changes. Please look at this link for changes in Android native code that you will need to incorporate as a FFI:

https://docs.jiguang.cn/en/jpush/client/Android/android_guide/

@Olivew Duncvn​

Hi,

Thanks for the answer. My problem was already solved by using "integrate the FFI" to achieve the JPush function. And your answer is useful before the FFI invoke and help me understand how to create the engagement services. Thanks for your help.