cocoafob icon indicating copy to clipboard operation
cocoafob copied to clipboard

A set of registration code generation and verification helpers for Obj-C, Ruby (Potion Store), PHP and FastSpring

Results 11 cocoafob issues
Sort by recently updated
recently updated
newest added

I don't think there are any other macOS APIs that currently support DSA. Time to bring back OpenSSL or is there a smaller third-party library that does DSA?

If anyone has an example I would appreciate it.

The following link in the documentation is dead http://www.potionfactory.com/potionstore

Weirdly, when I try to use CocoaFob - whether in an App I'm writing myself, or building the cocoafob example in this repository, it always fails with: ld: framework not...

I think there may be a memory leak in CFobLicVerifier when compiled with ARC (I'm running Xcode 7.2.1/ OS X 10.11.3). `@property (retain) __attribute__((NSObject)) SecKeyRef publicKey;` If I take that...

Hi, I'm testing CocoaFob master branch (can't use no-openssl branch as I need to target 10.6) and have come across a false positive situation in objective-c. I generated the licence...

We develop an app in objective c using Xcode 7.3. When attempting to export .xliff's using Xcode's built in "Export for Localization" we received this error: ![localization_error](https://cloud.githubusercontent.com/assets/12736867/15052576/55471bae-12cc-11e6-9b34-615573e38b3c.png) `5/5/16 2:11:40.719 PM...

Do you know if there is an alternate way to implement the CFobLicVerifier that is compatible with Snow Leopard? My application is crashing on startup there. It was initially a...

At the moment decoding is still handled by the custom implementation of base32 and base64.

Hey there, Is there a page (wiki, external documentation, etc) that has a somewhat simple step-by-step guide to using CocoaFob? I am having a lot of trouble getting it up...