Arash Payan
Arash Payan
Thanks, Devon. I'll build it and let you know. Looks interesting based on the code changes I see here.
Recompiling with the recent SDK already makes some of the UI elements dark. Just need to create a theme for the prayer view and the about page.
Fixed in v5.0.0
Hi @StevenSchifter. That's really weird. I use an Android phone nowadays, so I didn't know about this. I was able to reproduce it on my development iPhone. Do you have...
I was happy to finally have some time to work on it. :grin:
Good point. This will have to wait until version 3.x because it's an API change.
I think the best plan here is to remove the option to display the app using SKStoreProductViewController. In iOS7 and onwards, you can't actually rate the app when displaying the...
I like the idea of using GCD, but I need to make sure Appirater remains compatible for developers who still need to deploy on iOS3 devices (myself included :-/ ).
I'm mildly familiar with the iTunes affiliate program, but what benefit does adding an affiliate token and/or campaign to a review url offer the developer or end user?
> is it possible to suppress this warning If you'd like to suppress it, you can set the environment variable `QUIC_GO_DISABLE_RECEIVE_BUFFER_WARNING` to `true` ```go os.Setenv("QUIC_GO_DISABLE_RECEIVE_BUFFER_WARNING", "true") ```