Dispatching a Mobile Notification Sending a mobile notification is a great way to engage your users with your app. Depending on your app logic, you may need to send these notifications automatically from your server or in some cases you may need to manually send a mobile notification to your users. This can be done …
More-
Send FCM Mobile Notification From My Computer
-
ANE-LAB Helps You Implement Any AIR Native Extension
Implementing any AIR Native Extension in your AIR projects sometimes can be very confusing and frustrating. Some ANEs have many manifest .xml setup. Some of them have many dependencies which often are missed. Some of them have external *.framework dependencies and some of them have resource files. And sometimes, some ANEs have all these things …
More -
How to send FCM messages from my server
Send FCM Messages like a pro! Before you try to send FCM messages, you should first learn the difference between them. Generally, there are two kinds of FCM messages, the Notification and Data messages. If you are trying the Firebase console to send FCM messages, it only supports Notification messages. (At least for the moment …
More