The Android developer icon design guidelines state that
When saving image assets, remove unnecessary metadata
In the Apple iOS guidelines I cannot find any similar statement.
Is it advisable to strip the metadata of my PNG Artwork for my iOS app, nevertheless, e.g. to optimize bandwidth, or is it a minor issue? Do you do that? If so, what tool can I use for batch processing?