Giter VIP home page Giter VIP logo

Comments (5)

linusyang avatar linusyang commented on August 21, 2024

MICodeSigningVerifier actually calls MISValidateSignatureAndCopyInfo from libmis.dylib.

from appsync.

 avatar commented on August 21, 2024

I know about that, but there's a problem with Ad-hoc code signing in current AppSync Unified version. If you try to install Ad-hoc signed app you'll get "Ad-hoc signature not allowed" error on iOS 8.1.1 and newer. I've had to hook -allowAdhocSigning property getter myself to fix this issue

from appsync.

 avatar commented on August 21, 2024

%hook MICodeSigningVerifier
-(BOOL)allowAdhocSigning {
return YES;
}

-(BOOL)performValidationWithError:(id*)error {
%orig;
error = nil;
return YES;
}
%end

from appsync.

akemin-dayo avatar akemin-dayo commented on August 21, 2024

Hm. Is this behaviour new on iOS 8.1.1? I do not have a device on 8.1.1 available to test, but I can confirm that using a modified iPhoneOS8.1 sdk works fine with ad-hoc signing on iOS 8.1 and below.

from appsync.

akemin-dayo avatar akemin-dayo commented on August 21, 2024

Closing issue due to inactivity, and the fact that ASU still works as intended under iOS 8.1.2 (and even iOS 8.2 beta)

from appsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.