Importing Sample Project

Before running the project, you must import the sample project to TIBCO Business Studio.

Procedure

  1. Start TIBCO Business Studio by using one of the following ways:
    • Microsoft Windows: Click Start > All Programs > TIBCO > TIBCO_HOME > TIBCO Business Studio version_number > Studio for Designers.
    • Linux: Run the TIBCO Business Studio executable file located in the TIBCO_HOME/studio/version_number/eclipse directory.
  2. Click File > Import.
  3. In the Import window, expand the General folder and select the Existing Studio Projects into Workspace item. Click Next.
  4. To locate the samples, select the Select archive file field and click Browse. Click Finish.
    The .zip file is located in the TIBCO_HOME/bw/palettes/bwmi/version/samples directory.
  5. Configure FCM_APNS_Notification process that was created.

    This process sends the notification to android and iOS mobile devices configured as the token value in the Push Notification activity. Notification is sent as per parameters like color, sound, and priority set on the Input tab. The result of the Push Notification activity has the success and failure device information.
  6. Select Push Notification in the Process Editor and on the Input tab, add the device token, topic, and other details for android and iOS devices.

  7. In the sound field add "default" to enable the notification alert sound.
  8. Click the Debug icon to test the project.

Result

Your mobile application receives the notification and an acknowledgment is delivered to the ActiveMatrix BusinessWorks Mobile Integration service.