Android Question Send connection string for users

Hello everybody. I have a question, After sending a b4a app to a user, what is the best way to configure the connection string securely?, I understand that the user cannot have access to this information, in the case of an app for companies.

Grateful.
 
I'm not sure that I understand the question.
It isn't recommended to directly connect the mobile app to a remote db. Use jRDC2 instead.

Hi Erel, thanks for responding. At the moment I'm using jdbc for a small application, and the question is what is the correct way to send connection data to two different users, that is, each one will connect to their sql server. I thought the ideal would be to send an activation code, where the app would look for the connection string on my server and save it encrypted in the device's sqlite or preferences. Would this be the way?

As for changing to JRDC2, yes, I know I need to change, can you recommend a manual or examples?

Grateful.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
As for changing to JRDC2, yes, I know I need to change, can you recommend a manual or examples?


 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…