Konstantin Pavlikhin

Results 3 comments of Konstantin Pavlikhin

I use Objective-C on the server-side. This is how part of it looks like: https://gist.github.com/konstantinpavlikhin/10933246 Note: the implementations of methods -SHA1Data and -base32String are not shown.

The principle of generating a serial key is: 1. Get a name of the customer. 2. Trim the whitespace from the both sides of the string. 3. Calculate SHA-1 digest...

Sorry for my late reply! Cocoapods have a long-running issue that doesn't allow to include localized resources in a pod (xib and storyboard files don't get processed). I tried to...