Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Support for SSL Pinning?

Avatar

Level 1

How do I get the SDK to implement SSL pinning so the user of my app can't see the contents of the data that the SDK sends to the Adobe server? This question applies to the iOS SDK.

 

Thanks,

Priya

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @priya_m,

 

The Adobe Experience Platform Mobile SDK allows you to overwrite the network stack for the network calls executed by the Adobe extensions, so you can implement certificate pinning in your application if needed.

For more details see https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/platform-services#override-networ...

 

Emilia Dobrin 

Computer Scientist 

Adobe Experience Cloud

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi @priya_m,

 

The Adobe Experience Platform Mobile SDK allows you to overwrite the network stack for the network calls executed by the Adobe extensions, so you can implement certificate pinning in your application if needed.

For more details see https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/platform-services#override-networ...

 

Emilia Dobrin 

Computer Scientist 

Adobe Experience Cloud

Avatar

Employee