review
How to Add “Write a Review” / “Rate Us” Feature to My App?
StoreKit API (iOS 10.3 and up) As of iOS 10.3, the StoreKit API provides a way to request a review on the App Store without leaving your app. When called, the system may present the user with an alert that requests a review. The user may provide a star rating directly inside the alert, continue … Read more
What should be included in an Application Architecture checklist?
Based on my research, here are some architectural review checklists I’ve found that do this question a little more justice, and provide some background on what an architecture review is. (Seems to be a bit of confusion about it here.) Each of these potential candidates include a number of different categories. The overall importance of … Read more
Integrating POP3 client functionality into a C# application?
I am one of the main developers of OpenPop.NET. I just fell over this review, and had to come with some comments regarding the current state of OpenPop.NET as the review seems outdated with the development. OpenPop.NET is back into active development. SSL has been introduced a half year back. The project had a major … Read more
Protect from fake reviews on Google Play [closed]
I think the best thing to do is contact Google and make them aware of the issue. There is a contact form on the google play site Its also worth checking that there’s not a bug in your app that stops it from opening in certain phones/devices (which may or may not be your fault, … Read more
Where can I learn jQuery? Is it worth it?
Rick Strahl and Matt Berseth’s blogs both tipped me into jQuery and man am I glad they did. jQuery completely changes a) your client programming perspective, b) the grief it causes it you, and c) how much fun it can be! http://www.west-wind.com/weblog/ SGA55 I used the book jQuery in Action http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355/ref=sr_1_1?ie=UTF8&s=books&qid=1219716122&sr=1-1 (I bought it used … Read more