Apps4Life

Results 6 issues of Apps4Life

Love this wrapper! I use CLANG macros to swap out the NSUserDefaults I was using with this instead; but, NSUserDefaults has a `synchronize` method that this does not have. For...

The animation for `DGActivityIndicatorThreeDotsAnimation` is not staggered like in the gif preview. All dots grow and shrink at the same time instead of staggering the way the gif on this...

While performing some functions, sometimes the internal logic of the library will mutate values we were working with, this was leading to fatal errors in our system One isolated example...

There is no square-root method which would be very useful. I've taken the liberty of writing a square-root approximation code that will get about 99.9% accurate to the actual value....

As it currently stands, if a dev forgets to set the production boolean to YES upon submitting for the AppStore issues can incur with receipt validation. (app will use Apple's...

When validating receipt, Apple's `response` can be nil, which causes the app to crash when it tries to convert nil to JSON via `NSDictionary* rec = [IAPShare toJSON:response];` I propose...