Posted on 10-15-2019 02:36 PM
Hi All,
I was wandering if anyone has found a webpage or an app that will display the iOS's device serial number on the screen in the format of a 1D linear barcode where we can use our library scanners to quickly scan the devices for inventory purposes? Similar to the idea of having a barcode on your iPhone when going to the airport or a concert event.
Thanks,
Alex
Posted on 10-15-2019 04:33 PM
Why (?) with DEP & VPP, that no longer concerns me much - once the Device is powered up it starts to configure itself...
Posted on 10-16-2019 07:03 AM
It is for our inventory purposes when devices move from school site to school site.
Thanks
Posted on 10-16-2019 08:51 AM
Posted on 10-16-2019 09:13 AM
I would setup smart groups based on network addresses for each school. Just pull the info from the JSS.
Posted on 10-16-2019 08:22 PM
I know it’s not exactly the answer you want but maybe it’s a good alternate solution.
At my previous org I had a specific PreStage for each physical building. I also would dictate the name of the device such as prefix-serial
Our prefix contained our District number followed by three letter building code filled by the serial, so it looked like this:
D205-LIE-SERIALNUMBER
I also had a policy to display this information on the lock screen. Staff devices were in a different PreStage so it looked like D205-STAFF-SERIALNUMBER.
I also would populate the asset tag field by using the MUT tool.
If a device was moved from building A to building B, remove from PreStage, add to PreStage, enroll.
Posted on 10-17-2019 12:59 PM
To answer part of the original question - several years ago Apple removed the ability for iOS developers to collect the serial number of the device, for privacy purposes. There were apps that presented the serial in the form of a barcode before that, but no longer.
Posted on 10-17-2019 01:40 PM
Here is a JNUC video from 2017 that talks about setting up a QR code wallpaper with the serial number on iPads. Check around 23 or 24 minutes in. You may be able to modify it to use a different type of barcode.
Posted on 10-17-2019 06:09 PM
One possible easy and free option is to use a web clip. barscodeinc.com hosts a free web based bar code generator. Embed the serial number variable of $SERIALNUMBER in the URL used in the web clip config profile payload.
Example link:
Posted on 07-08-2023 11:03 AM
This is what worked for me. Had to change the $ sign with % on both ends.
Posted on 07-08-2023 11:24 AM
If you prefer a QR Code use this:
https://chart.googleapis.com/chart?chl=%serialnumber%25%0A&chs=200x200&cht=qr&chld=H%7C0
Posted on 07-13-2023 02:28 PM
Sorry for any confusion the hyperlink above had some garbage in it that cause 25 to be added at the end of the serial number. The 25%0A should be removed.
https://chart.googleapis.com/chart?chl=%serialnumber%&chs=450x450&cht=qr&chld=H%7C0