Posts

Post not yet marked as solved
0 Replies
144 Views
when we publish the app through MDM platform, and when try to open the published app it says "App needs to be updated by the Developer" and followed the below steps but didn't help. please let me know if anyone has come across same situation and resolved the issue ?? cp -f ApplicationBuild/Application.ipa . unzip -q Application.ipa rm -rf Application.ipa codesign -s "iPhone Distribution: Company Inc" -f --preserve-metadata --generate-entitlement-der ./Payload/*.app/ zip -qr Application.ipa Payload mv Application.ipa ApplicationBuild/Application.ipa
Posted
by Sahithi20.
Last updated
.