Open LinkedIn URL action doesnt work in apk build

0
I have implemented a native page where the user can enter their LinkedIn contact credentials, and have also provided a button, which when clicked on open said user's LinkedIn page. The button calls a nanoflow, which uses the "open URL" Javascript activity. This works perfectly fine (LinkedIn page opens) in my local build, but doesn't work once i've generated an apk build. Any idea why something like this could happen?    I am using  v 9.24.16 Thank You!
asked
1 answers
0

I assume that your apk is referring to a cloud environment. The cloud environment has a different database then you local version. Did you re-enter the contact credentials for the linkedin profile? Maybe you can add a check to the button to see if the linked in value is filled.

answered