0

I am using ionic 3 to build an app. I am using Cordova plugin for storing downloaded content locally and its reference in sqlite db. Everything works fine in Android but on iOS downloaded images are not showing neither the downloaded video is playing. I am storing absolute paths of thumbnails and videos in db in this way -

platform.Is("iOS"){
    this.localdirectory = this.file.dataDirectory+filename;
}
else
{
    this.localdirectory = this.file.externalDataDirectory+filename;
}

Also in build to build upgrades I noticed that Application UUID changes in IOS. Any solution?

Tauseef Malik
  • 128
  • 1
  • 7

0 Answers0