Hello,
Instead of using a php file on server side I want to switch to direct connection to server from the app , which I succeeded with :
I will send this app to mac store but is it safe to use username and password inside the app as it is needed to connect to database ? Can Mac apps decompiled etc ?
Thanks
Instead of using a php file on server side I want to switch to direct connection to server from the app , which I succeeded with :
B4X:
username="xx"
password="xx"
timerayarla
sql1.Initialize2("com.mysql.jdbc.Driver", "jdbc:mysql://localhost/admin_fs" ,username,password)
I will send this app to mac store but is it safe to use username and password inside the app as it is needed to connect to database ? Can Mac apps decompiled etc ?
Thanks