1

Is there a way to clear the cache on an iOS device in flutter?

I currently use flutter_blue_plus package and my iOS device caches some data. Can I prevent the device from caching or just clear it?

4
  • Your question sounds very general. Could you be more specific about the data that is being cached and that you would like to have deleted? Commented Aug 28 at 13:34
  • In the package there is a feature called 'clearGattCache' but it works only for android. I need to something similar to that but for iOS. Commented Aug 28 at 14:20
  • Not in my experience, my team also uses flutter blue plus. What is your bug? We've noticed that in iOS you have to prompt your user to delete their bonds manually in settings. You also have to ensure you unsubscribe from any characteristics before disconnecting so that when your device reconnects it doesn't cause issues. Commented Oct 10 at 19:28
  • @GabyTorres same here! Our bug is that the UI does work/display the correct data. Commented yesterday

0

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.