Find Jobs
Hire Freelancers

Develop iPhone App

$100-250 USD

Completed
Posted over 12 years ago

$100-250 USD

Paid on delivery
We have existing mobile app developed for Android market. We need identical application developed for iPhone and iPad. You can download and experience the app free here: [login to view URL] The app is very simple and is a combination of native app and web view to HTML pages. Native code need to present home page and provide new account registration and login. Server side XML API's for these functions already exist. All other pages are served as HTML in web view. The iPhone and iPad should be the same application with the same layout, but different scale factor. Our Android app has several screens like login, registration and forgot password. There are in native Adnroid code. In iPhone app one can do the same screens in native code or one can provide HTML/HTML5 version of these screens and only leave home page as native code. Ideally, we prefer HTML5, but it is not a hard requirement. The hard requirement is to pull out user email address from the phone account manager and to pre-populate the registration screen and even create random password if this email has not yet registered. We will provide more details on how Android app works and how to access XML over HTTP server API's. ## Deliverables Here is an example of Register API call to server from one of the PHP pages: function ity_register($name, $pwd, &$reason){ if ($name == null || $pwd == ""){ $reason = "Please provide valid email and password."; return null; } $ch = curl_init("[login to view URL]"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 5); curl_setopt($ch, CURLOPT_POSTFIELDS, "verb=register&name=".urlencode($name)."&pwd=".urlencode($pwd)."&existing=true&device-id=".urlencode($_SERVER["SCRIPT_NAME"])); $output = curl_exec($ch); curl_close($ch); $status = ity_xml_response_get($output, "status"); $token = ity_xml_response_get($output, "token"); $reason = ity_xml_response_get($output, "reason"); if ($status == 0 || $status == 1){ return $token; } if ($status == 2){ $reason = "Bad email or password."; return null; } if ($reason == null || $reason == ""){ $reason = "Unable to login."; } return null; }
Project ID: 3747761

About the project

2 proposals
Remote project
Active 12 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
See private message.
$110.50 USD in 14 days
5.0 (77 reviews)
7.9
7.9
2 freelancers are bidding on average $162 USD for this job
User Avatar
See private message.
$212.50 USD in 14 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
United States
2.3
2
Member since Dec 11, 2011

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.