Create App Update Notification Server?

Asked 2 years ago, Updated 2 years ago, 51 views

I made an app, but when there is an app update, I put up a pop-up window.

I'm trying to text you to update because there's an update.

So I made a file called update.txt on my server, and on the first line, I wrote a version for version check

In the second line, I want to write a message and check it every time I run the app

But when you implement these functions, you don't do it like this, right?

Do you implement it with restapi, etc Or how do you usually implement it?

Thank you^

^

android server

2022-09-21 21:47

1 Answers

http://newland435.tistory.com/10

Versions of apps registered in the Play Store and

Compare the version of the app you are currently using

You can check for updates.

Of course, the method you mentioned is also possible.


2022-09-21 21:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.