I’m new to Backendless. I didn’t get what does initApp do. Does it make any difference if I call multiple times? like, I call it in a Login activity and perform login then close (finish()) the activity. After control moves to file_upload activity, here do I need to call initApp again? need to login again to upload files?
Thank you.
Hi,
initApp initialize Backendless with Application ID and Secret Key in the running context.
It make no difference if you call it multiple times.
If the service runs separately from the app, then you have to call it there too.
Regards,
Stanislaw