Store Integrations (App Store & Google Play)
Connect Google Play Console and App Store Connect to sync reviews in real time and publish replies from Revibu.
This guide walks you through connecting Google Play Console and App Store Connect to Revibu.
Once connected, Revibu can:
- sync reviews in real time (and import history),
- detect bugs, feature requests, and UX pain points,
- publish replies on the stores (if enabled),
- power automations (tickets + alerts + replies).
Security note
Revibu only requests:
- read-only access for fetching reviews,
- reply-only access for publishing responses.
You decide what gets automated.
Google Play Integration (Android)
Before you start
You need:
- access to your Google Play Console account,
- access to a GCP project (Google Cloud Platform),
- about 10 minutes.
Step 1 - Open (or create) a GCP project
-
Open Google Cloud Console:
https://console.cloud.google.com/
-
In the top bar, open the project selector.
-
Select an existing project or click New Project.
-
Give it a clear name (example:
revibu-play-integration).

If your company already has a GCP project for Play integrations, use that one.
Step 2 - Create a Service Account
-
In GCP, open Service Accounts:
https://console.cloud.google.com/iam-admin/serviceaccounts
-
Click Create Service Account.
-
Name it (example:
revibu-play-bot). -
Click Create and Continue.
-
You can skip role assignment → click Done.

✅ Your service account now exists.
Step 3 - Copy the Service Account email (save it)
-
Open the service account you just created.
-
Copy its email. It looks like:
revibu-play-bot@your-project.iam.gserviceaccount.com
- Keep it somewhere safe - you'll paste it in Play Console next.

Step 4 - Generate a JSON key
-
Still on the service account page, open the Keys tab.
-
Click Add Key → Create new key.
-
Choose JSON.
-
Download the file.

✅ You now have a .json key file.
Important
Store this JSON securely. You'll need to upload it to Revibu, and it must never be shared publicly.
Step 5 - Enable the Google Play Developer API
-
Open the API Library in GCP:
https://console.cloud.google.com/apis/library
-
Search for Google Play Developer API.
-
Open it and click Enable.

Step 6 - Grant access in Google Play Console
Now give that service account access to your apps' reviews.
-
Open Google Play Console:
https://play.google.com/console/
-
Go to Users and permissions.
-
Click Invite new user.
-
Paste the service account email from Step 3.
-
Select the app(s) Revibu should manage.
-
Grant the minimum required permissions:
✅ Required (read + reply):
- View app information and download bulk reports (read-only reviews)
- Reply to reviews

If your policy doesn't allow automated publishing, remove “Reply to reviews”.
Revibu will still sync and triage reviews.
Step 7 - Connect Google Play inside Revibu
Finish the setup in Revibu:
-
Open Revibu → Stores → Google Play.
-
Click Connect.
-
Enter your Android Package Name (store identifier), e.g.
com.company.app -
Upload the JSON key from Step 4.
-
Confirm.

✅ Reviews will start syncing within minutes.
Troubleshooting (Google Play)
No reviews syncing
- Confirm:
- Play Developer API is enabled in GCP,
- service account email is invited in Play Console,
- permissions include both View app info + Reply to reviews (if you want publishing),
- package name matches Google Play exactly.
Invalid JSON / permission error
- You likely uploaded the wrong key.
- Generate a fresh JSON key and retry.
Multiple apps
- One service account can serve multiple apps.
- Just select all relevant apps when inviting the user.
App Store Integration (iOS)
Before you start
You need:
- access to App Store Connect,
- about 5 minutes.
Step 1 - Open API Access
-
Open App Store Connect:
https://appstoreconnect.apple.com/
-
Go to Users and Access → API Access:
https://appstoreconnect.apple.com/access/api

Step 2 - Create an API key (.p8)
-
Click Generate API Key.
-
Give it a name (example:
revibu-integration). -
Choose a role.
Minimum recommended role:
- Customer Support
Alternatives (if your internal policy requires it):
- App Manager
- Developer
- Click Generate.

Step 3 - Download the private key (.p8)
-
Click Download API Key.
-
Save the
.p8file.
Apple lets you download this file only once.

Step 4 - Copy Issuer ID + Key ID
On the same screen:
- Copy Issuer ID
- Copy Key ID

Step 5 - Connect App Store inside Revibu
In Revibu:
-
Open Stores → App Store.
-
Click Connect.
-
Upload / paste:
- the
.p8file - Issuer ID
- Key ID
- the
-
Confirm.

✅ Your iOS reviews will start syncing shortly after.
Troubleshooting (App Store)
Key not working
- Make sure all three values match:
- correct
.p8file, - correct Issuer ID,
- correct Key ID.
- correct
Key lost
- Apple doesn't allow re-download.
- Generate a new key and reconnect.
Done ✅
Your stores are connected. Next:
- connect Issue Sync (Jira / Linear / Notion),
- connect Alerts (Slack / Teams / Discord),
- launch your first Automations.