Viewing 3 replies - 1 through 3 (of 3 total)
  • I just found out why the pictures are not displaying for iPad only Apps. You can change the following line (appr. 275) in appstore.php:

    if ($type >= 1 && $obj->results[0]->screenshotUrls[0] <> '' ) {

    to

    if ($type >= 1 && $obj->results[0]->screenshotUrls[0] != '' or $obj->results[0]->ipadScreenshotUrls[0] != '' ) {

    then also screenshots from iPad only apps should appear

    Plugin Author Ste-Bi

    (@ste-bi)

    Error fixed in 4.4.7

    Plugin Author Ste-Bi

    (@ste-bi)

    #resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AppStore Links] iPad Apps without Images’ is closed to new replies.