views:

43

answers:

0

I just released an app (32 bit/10.5 SDK) relying on the Carbon implementation of Aquatic Prime to deal with licensing. Now I've started getting crash logs pointing to a problem in APCreateDictionaryForLicenseData. The crash occurs on this line:

if (!rsaKey->n || !rsaKey->e) return NULL;

[rsaKey is a static RSA created with RSA_new()]

Do you have any idea what the problem might be? I tried contacting the developer but the email address on their website is no longer in use. Thank you in advance.