1

I want to implement in-app-update or on-the-air update which means whenever the user opens the app, it checks and automatically downloads a new chunk of code and merges it, and asks the user to restart like most of the games (COD, PUBGm) do.

NOTE : I'm not talking about in_app_update

I tried to find out the basic workflow but could not.

2
  • Which platform? Commented Nov 19, 2022 at 13:49
  • Flutter mobile (android, ios) Commented Nov 19, 2022 at 14:21

1 Answer 1

1

I am assuming that what you need is what Firebase Remote config does, you can read about it and get more details from its Flutterfire docs

Sign up to request clarification or add additional context in comments.

2 Comments

Yes. Needed something like this. Are there any other services available except firebase?
Yes, a similar service is available on back4app.com and parseplatform.org and docs.growthbook.io

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.