0

How to create an In app media storage using Ionic on iOS? Just like whatsapp does.

When we download media files on whatsapp on iOS, it creates its own space for storing files. Is it possible to create such storage using Ionic on iOS?

1 Answers1

0
  • For Ionic 2/3, you can use the @ionic-native plugins file and file transfer to relaize that.

    Here is a good example on how to do it.

  • For older versions Ionic 1.x, you can use this tutorial.

Stephan Strate
  • 1,401
  • 1
  • 12
  • 15