JSON configuration app surface android | Adobe Higher Education
Skip to main content
October 9, 2023
Respondido

JSON configuration app surface android

  • October 9, 2023
  • 1 resposta
  • 926 Visualizações

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 

 

 

Este tópico foi fechado para respostas.
Melhor resposta por 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 Resposta

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.