Expand my Community achievements bar.

Push Android - Mobile application: set integration key?

Avatar

Level 6

I understand we need Project ID, Private Key and Client Email. As far as I know these variables should be provided by the app developer.

But what about Integration Key?

When creating a new mobile application there is a integration key generated by default.

god_prophet_0-1736508027894.png

So we need to set up the integration key shown in Adobe Campaign inside our app? Like this documentation suggests: 

god_prophet_1-1736508532325.png

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Employee Advisor

Correct you will need to include the key information within your mobile app code.

 

Additional Campaign specific steps:

https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/sending-push-noti...

 

 

Avatar

Community Advisor

@god_prophet  It depends how you are implementing the SDK.

In one of the implementation we used the campaign classic extension in launch and integration key was added there instead of app code.

 

You can refer to this documentation. This will also allow you to easily switch the integration key/endpoint without creating a new release in app.

https://developer.adobe.com/client-sdks/solution/adobe-campaign-classic/

 


     Manoj
     Find me on LinkedIn

Avatar

Level 6

Hi @_Manoj_Kumar_ ,

1) Adobe Campaign Classic extension: is it just an extension in launch? Meaning that you can just activate it and somehow it connectes to you SDK and inserts in it the integration key you insert in Launch?

2) If we move from v7 to v8, we need to do anything on the SKD? or just mantaining the same Integration Keys would make it possible to send SMS when we migrate?

Avatar

Community Advisor

Hello @god_prophet  

Yes, SDK will send data to Adobe Campaign via Launch.

 

If your move to v8, then the endpoints will change, which can be easily updated in Launch campaign extension. no updated required in SDK.


     Manoj
     Find me on LinkedIn