This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| docs:3400_how_to:1000_mobile_applications [2026/03/28 01:08] – [Step 1] aware_support3 | docs:3400_how_to:1000_mobile_applications [2026/03/28 01:09] (current) – [Step 3. Configure push notification rules in your application] aware_support3 |
|---|
| - In the Firebase console under the ''General'' tab export ''GoogleService-info.plist''. | - In the Firebase console under the ''General'' tab export ''GoogleService-info.plist''. |
| |
| ===== Step 2. Enter iOS and Android pre-requisites in AwareIM ===== | === Step 2. Enter iOS and Android pre-requisites in AwareIM === |
| In the Configuration Tool, double click on the Business Space Version you want to change and click on ''Push Notifications'' property in the list of version properties. A dialog will popup. In the FCM Settings section of the dialog enter the location of the ''google-services.json'' file, the location of the ''GoogleService-info.plist'' file, path to the private key file and Project ID. Once you click OK AwareIM will automatically add two predefined business objects (''MobilePhone'' and ''CMTopic'') and one predefined notification ''MobilePushNotification'' to your business space version. | In the Configuration Tool, double click on the Business Space Version you want to change and click on ''Push Notifications'' property in the list of version properties. A dialog will popup. In the FCM Settings section of the dialog enter the location of the ''google-services.json'' file, the location of the ''GoogleService-info.plist'' file, path to the private key file and Project ID. Once you click OK AwareIM will automatically add two predefined business objects (''MobilePhone'' and ''CMTopic'') and one predefined notification ''MobilePushNotification'' to your business space version. |
| |
| ===== Step 3. Configure push notification rules in your application ===== | === Step 3. Configure push notification rules in your application === |
| 1. Subscribe to a topic to receive a push notification | 1. Subscribe to a topic to receive a push notification |
| If you want to subscribe to a topic you need to setup management of the predefined ''CMTopic'' object that represents subscription topics. An administrator may need to create a few instances of this object before the user can subscribe to them. Then you need to create a process that would subscribe to a particular topic. The instance of the appropriate ''CMTopic'' object must be in the Context of the process. The process can subscribe to the topic by using the ''MOBILE SUBSCRIBE TO'' action. For example, | If you want to subscribe to a topic you need to setup management of the predefined ''CMTopic'' object that represents subscription topics. An administrator may need to create a few instances of this object before the user can subscribe to them. Then you need to create a process that would subscribe to a particular topic. The instance of the appropriate ''CMTopic'' object must be in the Context of the process. The process can subscribe to the topic by using the ''MOBILE SUBSCRIBE TO'' action. For example, |