Skip to content

Commit

Permalink
added alt text for images (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallylanda6 committed Aug 26, 2021
1 parent 612be21 commit 8724a27
Show file tree
Hide file tree
Showing 41 changed files with 201 additions and 203 deletions.
4 changes: 1 addition & 3 deletions content/en/docs/_index.md
Expand Up @@ -35,6 +35,4 @@ If you try to access the Amplify Platform in an unsupported browser, you will be

## Next steps

Review the [Getting Started](/docs/getting_started_with_amplify_platform_management/) documentation to start using the Amplify Platform Management interface.

Aug 12, 2021
Review the [Getting Started](/docs/getting_started_with_amplify_platform_management/) documentation to start using the Amplify Platform Management interface.
Expand Up @@ -14,11 +14,11 @@ By default, Dashboard provides metric analytics for Amplify Runtime Requests, Av

To access the _Queries Overview_ screen, select the **Custom Queries** tab on the Dashboard home page.

![](/Images/custom_queries_overview.png)
![Queries overview](/Images/custom_queries_overview.png)

Note that if you have not created any custom queries, selecting the **Custom Queries** tab will transfer you to the _Queries_ screen. The _Queries_ screen enables creating, previewing, editing, saving, and deleting custom analytics queries. You can also filter custom queries. To access the _Queries_ screen from the _Queries Overview_ screen, click the **\+ Query** button or click on a custom query tile. To navigate from the _Queries_ screen to the _Queries Overview_ screen, select **All Queries** from the Saved Queries drop-down menu.

![](/Images/custom_queries.png)
![Queries page](/Images/custom_queries.png)

## Creating queries without filtering

Expand Down Expand Up @@ -158,7 +158,7 @@ To clear the custom query selections and fields, click **Clear**.
To edit a custom query:

1. Select the custom query to edit from the Saved Queries drop-down menu or from the _Queries Overview_ screen.
![](/Images/custom_queries_edit.png)
![Edit a query](/Images/custom_queries_edit.png)
2. Edit the **Method**, **Field**, **Grouping**, and **Date Range** selections as needed.
3. (Optional) Click **Preview** to preview your custom query changes. The Custom Query section will be updated to display your custom query analytics changes.
4. Edit the filtering as needed.
Expand Down
Expand Up @@ -16,21 +16,21 @@ When you select a client application from the **Apps** tab, its **Overview** tab

The left navigation includes the following tabs:

![](/Images/titanium_apps_left_menu.png)
![Apps ledt navigation](/Images/titanium_apps_left_menu.png)

For Titanium applications, the **Overview** tab also specifies the **App ID** and **SDK Version** assigned to the application when it was created. The Titanium applications **Overview** tab also the application's publisher, copyright, and URL information.

![](/Images/app_overview_latest.png)
![Apps overview](/Images/app_overview_latest.png)

Native iOS and Android applications include the same basic information on the **App Info** tab as Titanium applications. The **App Info** tab includes Category, Creator, and Admin information. Additionally, you can click the **Actions** (**...**) menu in the upper-right of the screen and select **Edit** to edit the Name, Category, and Description of your application for iOS and Android applications. Once you have completed your edits, click the **Save** button to save your edits. To return the **Overview** tab without saving your edits, click the **Cancel** button.

![](/Images/edit_app.png)
![Edit iOS and Android apps](/Images/edit_app.png)

For Titanium applications, you can click the **Actions** (**...**) menu in the upper-right of the screen and select **Edit** to edit the Name, App ID, Copyright, URL, and Description of your application. Once you have completed your edits, click the **Save** button to save your edits. To return the **Overview** tab without saving your edits, click the **Cancel** button.

{{% alert title="Note" color="primary" %}}Changes you make here will not affect your local application. Make sure to mirror the changes in your `tiapp.xml` file, or these will be overwritten the next time you build your app.{{% /alert %}}

![](/Images/edit_titanium_app.png)
![Edit Titanium apps](/Images/edit_titanium_app.png)

You can also permanently delete the selected application by clicking the **Action Menu** icon and selecting **Delete**. To confirm the deletion of the selected application, type the name of the application you would like to delete permanently, and then select, **I understand that this a permanent and irreversible action. Continue**.

Expand All @@ -40,13 +40,13 @@ The **APIs** tab lists the Services, APIs, {{% variables/apibuilder_prod_name %}

{{% alert title="Note" color="primary" %}}Mobile Backend Services and Runtime Services are deprecated and will be discontinued effective September 1, 2022.{{% /alert %}}

![](/Images/apis_latest.png)
![APIs page](/Images/apis_latest.png)

## Crashes tab

The **Crashes** tab displays the total number of crashes of your application for the selected time frame and the crash rate for your application. The crash for your application is calculated by dividing the total number of crashes by the total number of sessions. Additionally, error messages, time of the first occurrence, time of the last occurrence, total occurrences, and triage status are displayed for each operating system (for example, Windows, iOS, and Android). The displayed crash analytics can be filtered by the environment, crash type, and crash status. To export the crash analytics information, click the **Actions** (**...**) menu, and select either **Chart** or **Table**.

![](/Images/crashes.png)
![Crashes page](/Images/crashes.png)

To upload symbol files:

Expand All @@ -69,7 +69,7 @@ You can also view custom events captured by your application using the Titaniu

You can define event funnels, or custom ordered collections of captured events that track a particular user or business process, such as a sales funnel (for example, purchase and purchase confirm).

![](/Images/analytics_event_funnels.png)
![Analytics page](/Images/analytics_event_funnels.png)

For more information, see [Viewing Analytics](/docs/dashboard_guide/managing_applications/viewing_analytics/).

Expand Down
Expand Up @@ -9,6 +9,7 @@ date: 2021-08-12
To use Amplify Platform Services in your Android and iOS applications, you need to first register an application in the Dashboard. Registering the application defines the name, platform, and other metadata about the application. Once you've registered the application in Dashboard, you can download the Appcelerator Platform Services (APS) SDK and use the libraries and frameworks to integrate Amplify Platform Services into your application. The Dashboard also generates a new Mobile Backend Services datasource and the application keys required to enable the services in your app.

## Register an application for services

To use Amplify Platform Services in your Android and iOS applications, you need to first register an application in the Dashboard. This section includes how to register an APS SDK or API/Microservice application.

### Register an APS SDK application
Expand All @@ -23,7 +24,7 @@ To register an APS SDK application for services:
4. Click **Register App for Services** to open the _Register App for Services_ form.
5. Enter the **Name** of the application.
6. Select **APS SDK** from the _Type_ selection menu.
![](/Images/registerappforservice_latest_apssdk.png)
![Register an APS SDK application](/Images/registerappforservice_latest_apssdk.png)
7. Select a **Platform** (**Android** or **iOS**).
8. Optionally, enter a unique **Identifier** for your application.
9. Optionally, enter a **Description** for your application.
Expand All @@ -45,7 +46,7 @@ To register an API or microservice application:
4. Click **Register App for Services** to open the _Register App for Services_ form.
5. Enter the **Name** of the application.
6. Select **API/Microservice** from the _Type_ selection menu.
![](/Images/registerappforservice_latest_api.png)
![Register an API/Microservice application](/Images/registerappforservice_latest_api.png)
7. Enter a **Platform** for your application.
8. Optionally, enter a unique **Identifier** for your application.
9. Optionally, enter a **Description** for your application.
Expand All @@ -65,7 +66,7 @@ To register a Website or Web application:
4. Click **Register App for Services** to open the _Register App for Services_ form.
5. Enter the **Name** of the application.
6. Select **Website/Web App** from the _Type_ selection menu.
![](/Images/registerappforservice_latest_web.png)
![Register a website/web app](/Images/registerappforservice_latest_web.png)
7. Enter a **Platform** for your application.
8. Optionally, enter a unique **Identifier** for your application.
9. Optionally, enter a **Description** for your application.
Expand All @@ -85,7 +86,7 @@ To register a custom application (other than APS SDK, API/Microservice, or Webs
4. Click **Register App for Services** to open the _Register App for Services_ form.
5. Enter the **Name** of the application.
6. Select **Other** from the _Type_ selection menu.
![](/Images/registerappforservice_latest_other.png)
![Register a custom application](/Images/registerappforservice_latest_other.png)
7. Enter a **Platform** for your application.
8. Optionally, enter a unique **Identifier** for your application.
9. Optionally, enter a **Description** for your application.
Expand All @@ -112,7 +113,7 @@ To integrate the Cloud and Analytics services with your application:

For more detailed instructions, see the [Quick Start Guide for Android APS SDK](https://docs.axway.com/bundle/Amplify_Appcelerator_Services_allOS_en/page/quick_start_guide_for_android_aps_sdk.html) and [Quick Start Guide for iOS APS SDK](https://docs.axway.com/bundle/Amplify_Appcelerator_Services_allOS_en/page/quick_start_guide_for_ios_aps_sdk.html) guides.

![](/Images/platformservicesinstructions_new.png)
![Integrate cloud and analytics services](/Images/platformservicesinstructions_new.png)

If you need to later return to these Enable Platform Services instructions, do the following:

Expand Down
Expand Up @@ -8,7 +8,7 @@ date: 2021-08-12

The App Preview functionality is available on the Dashboard. Previously, this functionality was only accessible from Axway Appcelerator Studio. The App Preview feature is available for Professional and Enterprise organizations and is accessible from the **Actions** menu for the selected app.

![](/Images/app_preview_01_new.png)
![Previwing an application](/Images/app_preview_01_new.png)

{{% alert title="Note" color="primary" %}}For first-time users of the App Preview feature, a description of the App Preview feature will be displayed when the **App Preview** option is selected. To navigate to the application upload flow, click the **Go to App Preview** button. To prevent the description of the App Preview feature being displayed again, select **Do not show this page again**.{{% /alert %}}

Expand All @@ -19,17 +19,17 @@ To access app preview:
3. Select the app you want to preview.
4. Select the **App Preview** option from the **Actions** menu. For first-time users, click the **Go to App Preview** button to open the application upload navigation flow. The upload navigation flow will guide you through the steps to upload an application and make it available to the selected list of users. Applications can be uploaded as IPA or APK files.

![](/Images/app_preview_02_new.png)
![Upload IPA or APK files](/Images/app_preview_02_new.png)

Once an application is successfully uploaded, you can invite testers and stakeholders to test and review the application. The invited testers and stakeholders will be sent a notification email with invite information and a link to download the preview application to their mobile device for testing.

![](/Images/app_preview_03_new.png)
![Invite testers or stakeholders](/Images/app_preview_03_new.png)

Additionally, to upload additional versions of the application, click the **Upload New Version** button. Once the new version of the application is uploaded, you can choose to notify any current testers that a new build of the application is available. You can also invite additional testers by selecting the **Team** tab. The **TEAM** tab also lists the Invited Testers and Developers.

The **TEAM** tab also provides the anonymous application download link. If you want to send the application file to testers and stakeholders, you can download the application file using the anonymous download link.

![](/Images/app_preview_05_new.png)
![TEAM page](/Images/app_preview_05_new.png)

You can edit the Releases Notes by selecting the **INFO** tab.

Expand Down
Expand Up @@ -23,7 +23,7 @@ To change the name of the datasource:
3. Select the datasource from the apps list.
4. In the datasource details page, click the **Actions** (**...**) menu in the upper-right of the screen and select **Edit**.
5. Enter a new name for the datasource.
![](/Images/rename_new.png)
![Edit Mobile Backend Services Datasource](/Images/rename_new.png)
6. (Optional) Enter a datasource description.
7. Click **OK**.

Expand All @@ -39,33 +39,33 @@ To delete the datasource:

The **Overview** tab displays the Mobile Backend Services Usage data and includes the number of Mobile Backend Services Requests made to MBS, the number of devices connected to receive [push notifications](/docs/dashboard_guide/managing_applications/managing_mobile_backend_services_datasources/sending_and_scheduling_push_notifications/), the number of email templates available to the application, and the amount of disk storage used. The **Overview** tab also displays the App GUID, Description, Teams, Created, and Creator information for the selected MBS application.

![](/Images/overview_new.png)
![Datasource overview page](/Images/overview_new.png)

## 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.

![](/Images/apps_new.png)
![View connected applications](/Images/apps_new.png)

## View API analytics

The **Analytics** tab displays the total number of API calls for the selected period by API type (Chats or Users APIs, for instance) or by individual application. For additional information, see [Viewing Analytics](/docs/dashboard_guide/managing_applications/viewing_analytics/).

![](/Images/analytics_new.png)
![View API analytics](/Images/analytics_new.png)

## 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 (see [Managing Data Objects](/docs/dashboard_guide/managing_applications/managing_mobile_backend_services_datasources/managing_mobile_backend_services_data_objects/)).

To export your application's MBS data in a JSON format, click the **Actions** (**...**) menu icon and select **Export Data.** To delete your application's data, click the **Actions** (**...**) menu icon and select **Delete Data.**

![](/Images/manage_data_new.png)
![Manage data](/Images/manage_data_new.png)

## 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.

![](/Images/logs_new.png)
![View and filter API logs](/Images/logs_new.png)

The table includes the following fields:

Expand All @@ -81,7 +81,7 @@ Clicking a table row expands it to display the following additional fields:

You can filter MBS API requests by their date.

![](/Images/filter_logs_latest.png)
![Filter by date](/Images/filter_logs_latest.png)

## Configuration

Expand All @@ -93,7 +93,7 @@ On the **Configuration** tab you can select from the following sub-tabs:

For details, see [Configuring Cloud Services](/docs/dashboard_guide/managing_applications/managing_mobile_backend_services_datasources/configuring_cloud_services/).

![](/Images/configuration_latest.png)
![Configure the datasource](/Images/configuration_latest.png)

## Manage push notifications

Expand Down Expand Up @@ -141,33 +141,33 @@ To configure the p8 format
5. (Optional) Enter the bundle ID in the **Bundle ID** field.
6. Click **Save**.

![](/Images/ios_push_latest_p8.png)
![iOS push configuration](/Images/ios_push_latest_p8.png)

To configure the p12 format_
To configure the p12 format.

1. Click **Browse** 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. Select p12 for the **Certificate Format**.
5. (Optional) Enter the bundle ID in the **Bundle ID** field.
6. Click **Save**.
![](/Images/ios_push_latest_p12.png)
![Configure p12 format](/Images/ios_push_latest_p12.png)

#### Android cloud messaging settings

Click the **Android** tab to configure the application to use the Firebase Cloud Messaging (FCM) service. [Firebase Cloud Messaging](http://firebase.google.com/docs/cloud-messaging/) (FCM) is the new version of GCM. FCM HTTPv1 and FCM legacy HTTP is supported. Before configuring FCM legacy HTTP, you need to obtain an FCM or GCM sender ID and Google API server key. For instructions, see [Configuring push services for Android devices](/docs/dashboard_guide/managing_applications/managing_mobile_backend_services_datasources/sending_and_scheduling_push_notifications/).

_To configure FCM HTTPv1_, select a service account JSON file from your Firebase console Service Accounts page.

![](/Images/android_cloud_messaging_httpv1.png)
![Configure FCM HTTPv1](/Images/android_cloud_messaging_httpv1.png)

To configure FCM Legacy HTTP

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**.

![](/Images/android_cloud_messaging_latest.png)
![Configure FCM Legacy HTTP](/Images/android_cloud_messaging_latest.png)

### View subscribed devices

Expand Down
Expand Up @@ -16,7 +16,7 @@ Before configuring Cloud settings, make sure you select the correct environment

The **Configuration** tab is available on the Dashboard left navigation for cloud services, which contains several sub-tabs:

![](/Images/configuration_tab.png)
![Configuration menu](/Images/configuration_tab.png)

* Keys
* Settings
Expand All @@ -26,7 +26,7 @@ The **Configuration** tab is available on the Dashboard left navigation for cl

Click the **Keys** tab to display the keys. Click **Show** to display a key. Use the App Key to make requests to the Cloud service.

![](/Images/keys_latest.png)
![Keys menu](/Images/keys_latest.png)

## Settings

Expand All @@ -38,7 +38,7 @@ Click the **Settings** tab to configure application settings for Cloud services.
* **One Way**: Follow a friend (Twitter).
* **New User Email Verification**: With this option enabled, new users must provide a valid email address and prove they can access it before their account is activated. You must have your SMTP settings completed before this setting is enabled.
* **Allow User Creation**: With this option disabled, app users can only be created through this administrative website.
![](/Images/settings_latest.png)
![Allow user creation](/Images/settings_latest.png)
* Click **Save** to save any setting changes you made.

## Email
Expand All @@ -58,4 +58,4 @@ On the **Email** configuration tab, you can configure Dashboard to send email us
1. In the **Test Mode** field, select **Enable**.
2. In the **Administrator's Email** field, enter the email address where emails should be sent.
5. Click **Save**.
![](/Images/email_latest.png)
![Configure application to send email](/Images/email_latest.png)

0 comments on commit 8724a27

Please sign in to comment.