Ryan McLeod
Ryan McLeod
There are many small improvements that would make Gemini accessible to all users. I can't take this on right now but would love to be of assistance to anyone who...
This might be a naive fix but it fixed issues I was having with Swift 4.2 compilation.
The following line (53 in POPPropertyAnimationInternal.h) causes an error ``` _POPPropertyAnimationState(id __unsafe_unretained anim) : _POPAnimationState(anim), ... valueCount(nil), ... ``` I believe the fix is as simple as changing it to...
Is the time association persisted to disk in case the user later opens the app while disconnected from the internet?
It seems that if `retrieveReferenceTimeWithSuccess:failure:` is called while internet is offline it does not reattempt when it comes online? How is it expected to behave with reachability events?
First of all what an *incredible* gift this tool is. Very excited to hopefully use it to create new haptics for all of [Blackbox](blackboxpuzzles.com)'s SFX. My sound engineer and I...
Release builds will attempt to verify receipts against the production verification server, but release builds distributed via TestFlight _should_ validate against the Sandbox server. Verifying sandbox receipts against the production...
The iTunes sandbox appeared to be down tonight:  This caused MKStoreKit's `startValidatingAppStoreReceiptWithCompletionHandler:` method to crash when retrieving receipts from the server since iTunes's response looked like this:...
This method is useful for apps that may reward the player with free credits beyond the initial default. For example the user may earn credits by sharing a referral link,...
Currently if a button is pressed (presumably to trigger a purchase) and is set to an active/busy state there's nothing to prevent someone from accidentally pressing the button a few...