Posted on 06-06-2018 11:25 AM
I'm trying to arrange the home screen layout to include Facebook's Oculus app, but the app's bundle ID can't be found. Does anybody have this info, and would like to share?
Posted on 06-06-2018 01:33 PM
Hopefully this info will help you like it helped me:
Posted on 06-08-2018 07:23 AM
Try the iTunes API?
Grab the adam ID from the app's URL:
https://itunes.apple.com/us/app/oculus/id1366478176
Put it at the end of this URL for your request (you can even just put it in your browser):
https://itunes.apple.com/lookup?id=1366478176
And you can find the bundleId in the results.
You can also see bundleIds of installed apps for a given device in Jamf Pro's API (provided that's turned on and you have access). If you're not API savvy, you can easily get the results from the API resource documentation page:
<applications>
<size>3</size>
<application>
<application_name>Drive</application_name>
<application_version>4.1.36890</application_version>
<identifier>com.google.Drive</identifier>
</application>
<application>
<application_name>Self Service</application_name>
<application_version>15031901</application_version>
<identifier>com.jamfsoftware.selfservice</identifier>
</application>
<application>
<application_name>Spotify</application_name>
<application_version>380001169</application_version>
<identifier>com.spotify.client</identifier>
</application>
</applications>