JSON configuration app surface android | Community
Skip to main content
October 9, 2023
Solved

JSON configuration app surface android

  • October 9, 2023
  • 1 reply
  • 926 views

Hello,

We are working on sending push notifications (AJO) through the AEP Mobile SDK messaging library.

In the configuration of the surface app for Android, it is requested to upload a configuration JSON.

 

The JSON that we have uploaded has the following format.

{

  "type": "service_account",

  "project_id": "xx",

  "private_key_id": "xx",

  "private_key": "-----BEGIN PRIVATE KEY-----xxx-----END PRIVATE KEY-----\n",

  "client_email": xx,

  "client_id": "xx",

  "auth_uri": https://accounts.google.com/o/oauth2/auth,

  "token_uri": https://oauth2.googleapis.com/token,

  "auth_provider_x509_cert_url": https://www.googleapis.com/oauth2/v1/certs,

  "client_x509_cert_url": xx,

}

 

Is that format OK?

 

When we send the test we receive an error when connecting with the provider (Firebase)

 

Thanks 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by spoorthipujari

Hi @manuruedai ,

For more details on how to get the push credentials to be uploaded in app surface configuration, please refer to the Google documentation.

1 reply

spoorthipujariAdobe EmployeeAccepted solution
Adobe Employee
October 13, 2023

Hi @manuruedai ,

For more details on how to get the push credentials to be uploaded in app surface configuration, please refer to the Google documentation.