What is it?

The app CAS TRUePic Upload is an iOS application that let truckers upload their information (Driver’s License, Trucking company..) in order to pick up sensitive shipments handled by a cargo company called CAS (Consolidated Aviation Services). This application started with an idea to simplify and speed up the processes of picking sensitive shipments. This application has been published on the App Store.
What was required?
The project was required to implement the backend using ASP.NET MVC and the iOS application using Objective-C. All the communications between the server and the application used JSON, and the application has features such as upload documents, view shipment information that is visible to public…
Backend (ASP.NET MVC)
- The server side code was implemented using ASP.NET MVC (C#) and published internal company server.
- The server code used Restful API using JSON.
- The codes are implemented as clean and testable as possible.
Mobile (iOS)
- The iOS mobile application was implemented using Objective-C.
- It has features such as upload documents, view shipment information.

