Back to questions
shijigroup 23/07/2018 17:05:27

Hi:
I'm developed in albert-ui-0.6, The dialog is popup every time before input, and i can't find "Back" and "Overview" buttons.
I want to popup the dialog at most once, what should i do?

Thanks.
adm-nandylve 23/07/2018 17:11:20
Hi there,

Thanks for contacting us.

We are sorry for your inconvenience.

We understand your problem while doing development. So to avoid this pop up during the development please call the below method in all the activities (onCReate () ) or in base activity.



setDeveloperDevice (true);



Please make sure remove above code while submitting the new version code.

Thanks

Veeru
shijigroup 23/07/2018 17:24:21
Hi:

Is this means that, this problem will not appear in production device?

Thanks.
adm-gorreve 26/07/2018 15:11:22
Hi shijigroup,

You don't get this popup on Production Alberts. It is problem with developer Alberts only. Due to that we are asking every developer to call setDevloperDevice(true); to avoid popup and remove setDevloperDevice(true); before submitting to Pi App bank.

Thanks,

Admin