Skip to main content
May 24, 2023
질문

Assurance overlay on Android

  • May 24, 2023
  • 2 답변들
  • 860 조회

Hi,

 

While integrating Assurance to our Android app, we faced a problem with assurance pin screen overlay being disappeared. While debugging, we found out that the assurance SDK runs AssuranceFullScreenTakeoverActivity, however due to our current multi activity setup, AssuranceFullScreenTakeoverActivity has been overtaken by other activity. Basically, in our current setup, we start with SplashActivity, then we switch to MainActivity. Looks like AssuranceFullScreenTakeoverActivity is squeezed between those.

 

Question is, is there any way to control when AssuranceFullScreenTakeoverActivity is launched? Or what you'd suggest to do in such multi activity setups.

이 주제는 답변이 닫혔습니다.

2 답변

kautuk_sahni
Adobe Employee
Adobe Employee
October 18, 2024

@hengat If you have successfully found a solution on your own, we kindly ask that you share it with the community for future reference and mark it as the correct answer.

Kautuk Sahni
hengat작성자
October 21, 2024

No, we didn't find any solution, we somehow managed to make it work with certain flows in the app.