From 14be3301e81da9322628b56f7273298df639e0b9 Mon Sep 17 00:00:00 2001 From: Muhammad-Sharif Moustafa Date: Wed, 13 Dec 2023 11:43:00 -0500 Subject: [PATCH 1/2] Split the different pages you need to visit --- .../Service Credentials/creating-play-service-credentials.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs_source/Service Credentials/creating-play-service-credentials.md b/docs_source/Service Credentials/creating-play-service-credentials.md index 30af5ecd..d74f3c00 100644 --- a/docs_source/Service Credentials/creating-play-service-credentials.md +++ b/docs_source/Service Credentials/creating-play-service-credentials.md @@ -19,7 +19,9 @@ Note that this setup takes place on both the Google Play Console and the Google To enable the Developer and Reporting APIs for your Google Cloud Project, you’ll want to do the following: 1. Go to the [API Console](https://console.developers.google.com/). 2. From the projects list, select a project or create a new one. -3. Go to the [Google Play Android Developer API page](https://console.cloud.google.com/apis/library/androidpublisher.googleapis.com) and the [Google Play Developer Reporting API page](https://console.cloud.google.com/apis/library/playdeveloperreporting.googleapis.com) in Google Cloud Console. +3. Go to the following pages and click **Enable**: + 1. [Google Play Android Developer API page](https://console.cloud.google.com/apis/library/androidpublisher.googleapis.com) + 2. [Google Play Developer Reporting API page](https://console.cloud.google.com/apis/library/playdeveloperreporting.googleapis.com) 4. Click **Enable**. (This will say **Manage** when it is enabled.) ![steponeGIFv2](https://github.com/RevenueCat/revenuecat-docs/assets/112121235/97660d3a-b963-4b1e-8be0-d5bc28080b33) From de2ff55109a617d59362d6c3637dc081c6b4cb2b Mon Sep 17 00:00:00 2001 From: Muhammad-Sharif Moustafa Date: Wed, 13 Dec 2023 11:44:04 -0500 Subject: [PATCH 2/2] Remove step 4 because it's redundant now --- .../Service Credentials/creating-play-service-credentials.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs_source/Service Credentials/creating-play-service-credentials.md b/docs_source/Service Credentials/creating-play-service-credentials.md index d74f3c00..c2f8d44e 100644 --- a/docs_source/Service Credentials/creating-play-service-credentials.md +++ b/docs_source/Service Credentials/creating-play-service-credentials.md @@ -19,10 +19,9 @@ Note that this setup takes place on both the Google Play Console and the Google To enable the Developer and Reporting APIs for your Google Cloud Project, you’ll want to do the following: 1. Go to the [API Console](https://console.developers.google.com/). 2. From the projects list, select a project or create a new one. -3. Go to the following pages and click **Enable**: +3. Go to the following pages and click **Enable** ((This will say **Manage** when it is enabled): 1. [Google Play Android Developer API page](https://console.cloud.google.com/apis/library/androidpublisher.googleapis.com) 2. [Google Play Developer Reporting API page](https://console.cloud.google.com/apis/library/playdeveloperreporting.googleapis.com) -4. Click **Enable**. (This will say **Manage** when it is enabled.) ![steponeGIFv2](https://github.com/RevenueCat/revenuecat-docs/assets/112121235/97660d3a-b963-4b1e-8be0-d5bc28080b33)