- View iMessage Sent Times
- Print to PDF
- Remote Debugging Javascript on iPad
- Clearing iOS Safari cache
- iTunes Local Backups
- Apple Watch Backups
- Playing MP3 Files as Podcasts
- Convert HEIC to PNG
- Cleaning Up Duplicate Photographs
- Apple Music
- Miscellaneous
iOS Tips
View iMessage Sent Times
Drag the message bubble to the left. All the message sent times are displayed on the right-hand-side of the page.
Reference:
Print to PDF
- In the app you wish to create a PDF from, e.g. Safari, click the - shareicon.
- Select the - Printoption.
- Pinch the first page of the preview window. If that doesn't work, pinch out instead of in. A full-screen preview should open. 
- Click the - shareicon in this new window.
- Chose the - Add To iCloud Driveoption or- Import with iBooks
Reference:
Remote Debugging Javascript on iPad
You need a macOS device to debug Safari running on an iPad.
- On the iPad, - Settings -> Safari -> Advancedand enable- Web Inspector.
- Enable the developer tools in the iMac desktop Safari, - Preferences -> Advanced, enable- Show Develop menu in menu bar.
- Plug the iPad into the iMac using the USB cable. 
- The remote device will be listed on the desktop Safari 'Develop' menu, with a choice of pages on the remote device to view the console output. 
Clearing iOS Safari cache
- Start debugging javascript on the iPad using an iMac as described above. 
- Select the iPad by name and the page to debug from the 'Develop' menu on the iMac. 
- The - Web Inspectorwindow opens on the iMac.
- Mouse-hovering over the toolbar reload icon shows the keyboard shortcuts for reloading the page. Press - Shift-Command-Rto reload the page.
- Use the - Networktab to debug which resources are, or are not, being reloading.
You can also try using the Empty Caches option on the Develop menu of
Safari on the iMac.
See also How to force a reload on web page?? for some more suggestions.
iTunes Local Backups
iTunes version 12.7 stores iOS backups under
~/Library/Application Support/MobileSync/Backup
Apple Watch Backups
Playing MP3 Files as Podcasts
Apple Community - How to convert mp3 to podcast
Convert HEIC to PNG
On your macOS desktop, install ImageMagick using MacPorts:
$ sudo port install ImageMagick
Convert with:
$ convert IMG_IN.HEIC IMG_OUT.PNG
See the man pages for ImageMagick for more options.
Cleaning Up Duplicate Photographs
See fdupes.
Apple Music
Artwork Muddled Up
The symptoms are seeing the wrong album artwork against songs. If you use iTunes to sync your music, force it to re-sync the entire music library:
- Locate the device in Finder on the Mac and select the Music tab 
- Deselect - Sync music onto ...
- Click `Apply' and handle the warning message 
- All the music and playlists are removed from the iPhone/iPad, except for purchased music. It does seem this process also fixes the artwork on the purchased music. Presumably it forces a rebuild of one or more indexes. 
- Re-select - Sync music onto ...
- Click - Apply
- All the relevant music and playlists are re-synced to the iPhone/iPad 
Dolby Atmos
You can use the Music application on macOS to find music in your library that has been mixed with Dolby Atmos as follows:
- Select - Songsunder- Libraryfrom the left side-bar of the Music application
- If the - View Optionsdialog is not showing, select- View > Show View Optionsfrom the main menu
- In the - View Optionsdialog, select the- Kindoption under- File
- In the - Sort by:drop-down, select- Kind
- Scroll the list of songs until you see the - Kindcolumn showing- HLS media. These appear to be songs that have been mixed with Dolby Atmos or are Lossless.
- To check a specific song, right-click it and select - Get Infoor choose- Song > Info...from the main menu. Click the- Filetab. The- availablefield shows- Dolby Atmosif it is an available format. Pressing the- Commandand- [or- ]keys (left and right square brackets) in the pop-up will cycle through the previous and next songs allowing you to more quickly check multiple songs.
You can also do this in a playlist using the View Options dialog to change
the View As: option to Songs and sort by Kind.
Miscellaneous
- Open-Source iOS Apps - A collaborative list of open-source iOS, watchOS and tvOS apps
-- Frank Dean - 8 Jul 2017
Related Topics: iOSDevelopment, MacOSXTips