Send Notification
Sending notification is a very important function of an mobile application. It's very useful for increasing the user engagement. However, building the functions of sending notification is not that easy to general people even developers. You may need a server for exchanging the information and have a lot of settings dealing with Apple and Andriod. Fortunately, we have already built all necessary and complicated steps for you. You now can simply drag the "Send Notification" compoent to your "Application Structure" after specified event that you want. There are 5 fields for you to fit your actual needs -- Target, Message, Channel, Time and Target Project.
Field - Target
You can specify who or a type fo user that will able to receive the notification of your app:
all: all users including project collaborators and app users.
editor: all project collaborators.
__UID__: the id of specified project user of Abtitu.
Field - Message
The message that you want to send to your users or collaborators.
Field - Channel
You can specify which channel to send out the notification. Email and Mobile are available at this stage.
Field - Time
You can specify when that you want to send out the notification by the format: YYYY-MM-DD HH:MM:SS
Field - Target Project
In some cases, you will need to specify another project which owned by you to receive the notification. You can simply type in the project id of that project. Please make sure the specified project is owned by yourself.