Closed hungkoala closed 3 years ago
Hello @hungkoala, We hope you have mentioned the API used to enable the push notification. As we have already mentioned in our React-Native repo, you can make use of the token that you get from onNewToken() method directly in our API. Will update the same in doc. You can refer to the example code below.
@Override
public void onNewToken(String token){
ZohoSalesIQ.Notification.enablePush(token, --true/false--);
}
@hungkoala We are closing the issue here since it is followed up in another thread.
got error when update to com.google.gms:google-services:4.3.8
please update