ios - Open large book on iBooks from my app -
i'm opening book on ibooks app following code. i'm using xamarin code same don't think it's relevant.
nsstring *stringurl = @"itms-books:"; nsurl *url = [nsurl urlwithstring:stringurl]; [[uiapplication sharedapplication] openurl:url];
my problem opening large books. in case around 800mb. after choosing "open with.." , selected "ibooks" takes lot of time..almost minute maybe until "jumps" ibooks app. normal? event after ibooks opened takes time load file.
if normal..is there way progress of what's happening? user doesn't feel nothing happening.
Comments
Post a Comment