Turtle CLI unsigned .ipa and .apk

Is it possible to build unsigned .ipa and .apk builds with turtle ?

Hi @teodruta,
unfortunately, it isn’t possible. Why would you need to do sth like this?

Hi @dsokal, it’s a way delivering the clients a version of the app (whitelabeled) so they would be able to sign it out themselves. For somebody else looking for this: I figured this out in a different way, I’ll just remove the sign key from the generated apk or ifa:
zip -d app.apk “META-INF/"
zip -d app.ipa "Payload/MyApp.app/_CodeSignature/

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.