문제

I have an app that uses sqlite database and i would like it to be updated automatically each time the user is on line and there is a new version of the database. Can someone tell me how should i do this? P.S. I have google cloud storage. Thanks!

도움이 되었습니까?

해결책

I had a problem like that, but i resolved it differently.
It may not be the best way to do things, but it certainly helped me...

Try using dropbox to store your modified database and when the application has internet connection and when the user wants the update, just download that database and replace with the existing one.

Worked for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top