J
J
Jussss922021-10-07 12:18:23
JavaScript
Jussss92, 2021-10-07 12:18:23

Is there local storage for apk?

Hello.
I have a project which through cordova I create an apk.
I want to understand if mobile applications have local sorage? And if so, is it erased when the application is closed?
I want to implement a session and I think where to store the token that I will send.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AlexVWill, 2021-10-07
@Jussss92

I want to understand if mobile applications have local sorage? And if so, is it erased when the application is closed?

https://developer.android.com/training/data-storage
where to store the token that i will send

it’s better not to store the token anywhere, the token is a one-time thing if you need to implement everything with the so-called. the right approach to security

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question