Context
We have relaxed the entitlements from [TEAM ID].net.dot.HelloiOS to [TEAM ID].net.dot.* and now the logs say:
[07:41:06] dbug: 07:41:06.0910980 MismatchedApplicationIdentifierEntitlement: Upgrade's application-identifier entitlement string (U76R6NG7ZK.net.dot.*) does not match installed application's application-identifier string (U76R6NG7ZK.net.dot.HelloiOS); rejecting upgrade.
This might mean that the application didn't get uninstalled last time properly.
Or I am wrong and the new entitlements don't work. But I think I got a good attempt before that.
Goal
- Verify that we uninstall the app in all cases (failed run, failed installation, ...)
- When this error happens, we could try to uninstall and run again to prevent cases where we failed to uninstall but maybe it's enough to only fail and uninstall like in the normal case
Context
We have relaxed the entitlements from
[TEAM ID].net.dot.HelloiOSto[TEAM ID].net.dot.*and now the logs say:This might mean that the application didn't get uninstalled last time properly.
Or I am wrong and the new entitlements don't work. But I think I got a good attempt before that.
Goal