I am porting an existing Android application to iOS and I am new to iOS
The application is installed on the iOS device with this path:
/var/mobile/Applications/6FD70F29-E007-XXXX-XXXX-XXXXXXXXXXXX/myApp.app
Where the 6FD70F29-E007-XXXX-XXXX-XXXXXXXXXXXX
is automatically generated by xCode.
I read a lot through the docs but I am a bit confused. How is that part called? App identifier, App ID, APP_UUID? Where is it documented? I would like to know if it changes across devices, across re-installations on the same device, after a factory reset, on app updates etc.
Thanks and sorry if it is a noob question!