2

What common backend can be accessed securely from an iPhone and Android app?

 3 years ago
source link: https://www.codesd.com/item/what-common-backend-can-be-accessed-securely-from-an-iphone-and-android-app.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

What common backend can be accessed securely from an iPhone and Android app?

advertisements

I'm thinking about creating an application for the iPhone and Android that will need to access a common backend to retrieve account information. Can both access a web service over https? What other way would allow me to have one interface to the backend that is accessible by both?


They both work over http and https which is a common enough protocol. I would suggest you go with a RESTful web service so you expose your service via URI's like http://www.myservice.com/weather/zip/98007 which would return an XML blob that can be parsed by the client.

Related Articles

What is the API of the native application for iphone and android that is equivalent to html5 canvas?

I have developed html5 canvas based animations (non-interacive) which work very well in latest desktop browsers but perform miserably on iphone and android. I want to port these web based html5 canvas application to native iphone and android applicat

Architectural and design question about downloading photos from the iPhone and S3 app

I want to allow users of an iPhone app to upload photos and use Amazon S3. There are 2 ways I see going about this: Upload from iPhone to my server, which proxies it then to Amazon S3. Upload from iPhone direct to S3 For option 1, the security is str

How can I target push notifications on iPhone and Android?

I am developing apps for both Android and iPhone, and am looking for how I can push notifications to both (if you only have an answer for one, that's ok, I'm sure someone has an answer for the other). For example, if I'm having a special on something

What is the best audio file format to broadcast on iPhone and Android?

My client do have 10000+ audio songs on a server, he does want to develop an iPhone and Android app to play those songs. He is willing to convert the audio files for any given format. So what is the best format store those files on the server to cons

How can we shoot images from a website and display in our app using iphone sdk?

How can we pull images from a website and display in our app using iphone sdk? Also, how can we embed audio in our iPhone App using iPhone SDK? Can you please refer to any tutorial / videos related to this?As @PeteRossi said, you can use this code: N

How to create a MonoGame-based class library to use from UWP, iOS, and Android

I've installed VisualStudio 2015, Xamarin, and MonoGame 3.5. I'm going to build my XNA app for Windows UWP, iOS, and Android. I've some libraries based on XNA... and I need to build them for the three target systems (Windows UWP, iOS, and Android), b

Can not access reports from another machine using the URL in the same network

I have created and deployed an SSRS report 2008, which I am able to access from the same machine using the URL. But I am not able to access the URL from another machine in the same network. Please suggest me what i have to do to access SSRS reports v

What to do with the access token (from the Auth Hash) in Omniauth?

I'm using Devise and Omniauth, and following the railscast(http://railscasts.com/episodes/235-devise-and-omniauth-revised) about it. It have only dealt with :uid, :provider. Nothing involves the Token(From Oauth2)? (https://github.com/intridea/omniau

Can you access NSLog from ViewController1 to another ViewController2, if the NSLog is written in the instance method of ViewController1

Can we access NSLog and a particular line of code of ViewController1 to another ViewController2, If the NSLog is written in Instance Method of ViewController1As I said in my comments. This will only happen if you run that method, where the NSLog is.

Can I access resources from different Android regions?

I have two locale in my application. Can I access to resources, for example string array from different locale without to change current locale ? I mean with coding I don't like to change it in Settings.Here is the code that work for me if cMK is Str

How can I access UITextFields from outside the ViewController (from a .m file)?

I have a class where I keep utility methods; one of those methods takes the values in some textboxes stored in a ViewController and saves those values to a plist. The problem is the utility methods class is not a ViewController and therefore I can't

Android: Can not access SharedPreference from other apps

I've been searching for days to solve this, but with no success. I want to get the shared preference settings from my old app and put it on to my new app. but I've encounter some security issue (suspect). my code: Context c = createPackageContext("my

Can not Access Text from Edit Text

I have created a really simple app (for Android, using Eclipse) that have an editText and a button. The idea is to make a toast with the text from the editText. After trying a lot of things I have find out the problem is something related with the de

Can I access zookeeper from AWS Elastic Mapreduce job

I'm new to Hadoop, and running under AWS Elastic Mapreduce. I need cluster-wide atomic counters in Hadoop and was suggested to use zookeeper for this. I believe zookeeper is part of the Hadoop stack (right?), how would I access it from an Elastic Map

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK