at present, it is necessary to use PHP to obtain ios game package information, such as name, version, icon, etc.
found a lot on the Internet, but could not find it. Finally, I wrote one, first decompress the installation package, and then read info.plist
, but some info.plist files are compiled, so they can"t be read normally. Is there any good way to solve it
again, how does the installation package tell the difference between a debug package and a release package?