I'm using SKStoreProductViewController for opening the appstore in my app. it was presenting successfully,but the statusbar in it was not showing, Navbar looks like a 44pixels height. But it won't happens in any iOS 8.3v in any device. This situation happens only in all iOS 8.4v devices.
In my plist UIViewControllerBasedStatusbarAppearance is set to NO. i tried with Yes also, but no use.
the Red color in status bar is superview navigationbar color.
NOTE: i'm presenting the SKStoreProductViewController from my ParentViewController.
Any help will be greatly appreciated.
I solved this by adding statusBar as UIView Component, Its a workaround to the solution. I also faced similar issue.