Photo-Library not returning albumids ios

I am currently adding a new feature to my app. It is a multi photo select replacement for imagepicker. I am using the @ionic-native/photo-library plugin to get a library of photos on the device and present them a list of albums with collapsible dividers for each album which shows the photos in the selected album. This works great for android. The problem I have is with iOS. When presenting the same scenario on an iDevice, it does not return an albumid with the any of the photos that are on the device currently. Yes, I am using the includeAlbumData option for the plugin.

Any ideas? I have posted with the plugin author as well and waiting a reply.