Skip to main content
Question

32 or 64 bit app

  • March 9, 2018
  • 4 replies
  • 24 views

Forum|alt.badge.img+7

Is there an easy way to tell weather an app is 32 or 64 bit? I have many apps that work on older iPads but not on the newer ones. some of the apps were updated the end on 2017 by the developer, and say ios 8 and above but still wont work on newer ipads

4 replies

Forum|alt.badge.img+17
  • Honored Contributor
  • March 9, 2018

Put a ticket in. Jamf can help you to run a script against your database to produce a list of 32bit apps. Ideally they'd alert on it like they do for apps removed from store, but not sure if there's a roadmap for that.


Forum|alt.badge.img+8
  • Contributor
  • March 9, 2018

If you have an iPad running iOS 10 and look under Settings --> General --> About --> Applications it will show you a list of all installed apps that will not work in iOS 11. This typical means they are not 64 bit apps.

I work for a school district and keep an iPad at iOS 10 to install every app in our catalogue just to keep track of this.


Forum|alt.badge.img+12
  • Valued Contributor
  • March 9, 2018

I wrote a bash script for this that finds all the 32bit and no-longer-available apps. The caveats being "I'm not great at this" and "it works in my environment..."

https://github.com/bumbletech/JSS_API_scripts/blob/master/JSS_API_check_stale_and_32bit_apps.sh

It will take a few seconds per app on your JSS. It'll dump to a CSV on your desktop.


Forum|alt.badge.img+5
  • Contributor
  • March 12, 2018

roughly apps updated after the release of iOS 11 are more likely 64bit than 32bit.