Having brought many apps live over the years, I’ve had to deal with a significant number of app store rejections. I used to wince when I would see “Cupertino CA” pop up on my cell phone’s caller ID. I’d answer and hear the ever familiar voice, “Hey, It’s Richard from Apple.” As nice as Richard
Adding an oAuth implementation into your ReSTful API is an essential method of authenticating requests between your client apps and your API. Adding a ReSTful API for our iOS and Android apps allows us to centralize data to a cloud server, allowing us to share share amongst different users, clients and even platforms. By implementing
https://github.com/qonceptual/QJsonable QJsonable Summary In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code. To solve
https://github.com/logansease/SeaseAssist Summary Info This library is founded on the basis that commonly performed tasks, which take several lines of code to write should be encompased into simple methods, either using class extensions or services, that can be written in a single line of code. Thus reducing code redundancy and increasing code readibility. In this package