明壁幕府忍法帳 > Aptana Index > Home > Appcelerator Dashboard > Appcelerator Dashboard Guide > Managing Applications > Managing Mobile Backend Services Datasources

2018.09.26 Ver.60 (2019.2.8)

Managing Mobile Backend Services Datasources

To view service details and manage data properties for a Mobile Backend Services (MBS) datasource, select it from the Apps menu. Or, select All to view a list of all projects from which to select.

Create a New Datasource

To create a standalone Mobile Backend Services datasource (an MBS datasource that is not tied to a specific client application):

  1. Click the Add menu (+) in the top navigation bar.
  2. Select Create Mobile Backend Services Datasource.
  3. Enter a name for the datasource.
  4. If you have multiple environments, select the environments to enable for the datasource.
  5. Click OK.

Appcelerator Dashboard will redirect you to the new MBS datasource.

Change the Name of the Datasource

To change the name of the datasource:

  1. Select the datasource from the Projects view.
  2. In the Overview tab of the datasource, click the Action Menu icon to the upper-right of the screen and select Edit.
  3. Enter a new name for the datasource.
  4. Click OK.

Delete the Datasource

To delete the datasource:

  1. Click the Action Menu icon.
  2. Select Delete.
  3. Confirm you want to delete the datasource. To permanently delete the datasource, type the name of the data store (datasource) you would like to permanently delete and select I understand that this a permanent and irreversible action. Continue. Click the Cancel button to return the Overview tab without deleting the data store.

View API Usage Data

The Overview tab displays the API usage data and includes the number of API calls made to MBS, the number of devices connected to receive push notifications, the number of email templates available to the application, and the amount of disk storage being used.

View Connected Applications

The Apps tab displays a list of applications (Titanium or native) that are consuming the selected Mobile Backend Service app. Select an application from the list to manage it.

View API Analytics

The Analytics tab displays the total number of API calls for the selected time period by API type (Chats or Users APIs, for instance) or by individual application. For additional information, see Viewing Analytics.

Manage Data

The Manage Data tab displays the number of each type of MBS object created by the selected application. Click the MBS type in the table to view, edit, create and delete objects of that type (see Managing Data Objects). 

To export your application's MBS data in a JSON format, click the Action Menu icon and select Export. To delete your application's data, click the Action Menu icon and select Delete.

View and Filter API Logs

The Logs tab displays a paginated table of all API calls made by your application to the selected MBS service.

The table includes the following fields:

  • Method – HTTP method used.
  • Path – Path of the HTTP request.
  • Status – HTTP status of the request.
  • Date – Date and time of the request in UTC.

Clicking a table row expands it to display the following additional fields:

  • Source IP – IP address of the client that made the request.
  • Parameters – Click Show to view a list of request parameters, and the full URL request.

 You can filter MBS API requests by their date. 

Configuration

On the Configuration tab you can select from the following sub-tabs:

  • Keys – View your API Builder application key, and OAuth consumer key, and OAuth secret.
  • Settings – Change API Builder settings such as enable or disable new user email verification, friend request type (two-way or one-way), and whether users can be created from the application or only from Dashboard.
  • Email – Provide SMTP or MessageGears server settings for Dashboard to send email on behalf of your application. Additionally, you can enable or disable the email test mode.

For details, see Configuring Cloud Services.

Manage Push Notifications

The Push Notifications tab lets you select from the following sub-tabs:


Push Notification Logs

Click the Logs tab to view a paginated table of push notifications delivered by Dashboard, and the status of the notification. Each row contains the following fields:

  • Payload – The JSON notification payload.
  • Channel – The name of the subscription channel to which the notification was delivered.
  • Processed – The time and date the push notification was processed.
  • Notification ID – ID of the delivered notification.
  • iOS – The number of iOS devices that received the push.
  • Android – The number of Android devices that received the push.
  • Devices – The total number of devices that received the push.
  • Status – The status of the notification (Success or Fail).
  • Sent – Time and date the notification was sent.

You can filter the listing of push notifications by channel name or creation date.

Push Notification Settings

The iOS and Android tabs are where you configure Dashboard to use the APNS or either the FCM or GCM push notification services. For details, see Configuring push services.

iOS Push Notification Settings

Click the iOS tab to configure the application to use the Apple Push Notification service. Before configuring APN, you need to create a Push Notification Certificate and export it as a PKCS #12 file. For instructions, see Configuring push services for iOS devices.

  1. Click Choose File in the Push Certificate field.
  2. Locate the PKCS #12 file with your Push Notification certificate and click Choose File.
  3. Enter the certificate's password in the Certificate Password field.
  4. Click Save Changes.

Android Cloud Messaging Settings

Click the Android tab to configure the application to use the Firebase Cloud Messaging (FCM) service. Firebase Cloud Messaging (FCM) is the new version of GCM. Before configuring FCM, you need to obtain an FCM or GCM sender ID and Google API server key. For instructions, see Configuring push services for Android devices.

  1. Enter the Google API server key in the Server Key field.
  2. Enter the FCM or GCM sender ID in the Sender ID field.
  3. Click Save Changes.

View Subscribed Devices

Click the Devices tab to view a list of subscribed users, devices, and their channels subscriptions. Each list row contains the following columns:

  • Channel – The notification channel(s) the device is subscribed to. 
  • Type – The subscription's push notification type (Android or iOS).
  • User – The full name of the API Builder user subscribed to the channel. For token-based subscriptions, this field is empty.
  • Device Token – The device token obtained from the Firebase Cloud Messaging or Apple Push Notification service. Click the expander (+) button to view the complete device token.

You can filter the list of subscribed devices by channel, type or user ID. To filter the list:

  1. Click the Filter button.
  2. In the first drop-down, select either User IDType or Channel to filter the list according to that criteria.
  3. You can only select Equals in the second drop-down.
  4. In the last field, enter the value you want to filter by:
    1. For User ID, enter the object ID of the User.
    2. For Type, either enter android or ios.
    3. For Channel, enter the name of the channel.
  5. Click Apply Filters.

To remove the filter, click Clear Filter.

View Scheduled Notifications

Click the Scheduled tab to display a list of one-time or recurring scheduled notifications. Initially, the list displays the following fields:

  • Name – Schedule name.
  • Recurring – A Boolean that indicates if the schedule is recurring (Yes) or one-time (No).
  • Payload – The JSON payload to deliver with the notification. 
  • Start Time – The date and time (in UTC) that the notifications are scheduled to start being delivered.

Click the expander button (+) next a list item to view details about the schedule, or to edit or delete the schedule. The details view contains the following fields:

  • Channel – Name of the channel the notification will be sent. 
  • To Users – The API Builder Users to which the message will be sent.
  • Starts On/Ends On – Start and end date and time the scheduled starts and expires.
  • Recurs – How often the schedule repeats. Possible values are Daily, Weekly or Monthly.

View Documentation

The Documentation tab displays a list of links to the Mobile Backend Services guides and to other resources.

  • ラベルなし