Tag: Code signing

  • The secrets of iOS Codesigning

    The secrets of iOS Codesigning

    One of the things that you need to work your head around when developing iOS apps is codesigning. Simply put, code signing is like adding your signature to an app. Your users know that the app comes directly from you and has not been modified since you last signed it. What do you use to…