Reputation: 1314
I have a team of developers working on Iphone apps for multiple clients.. I was wondering if anyone has experience creating the middleware/client area in Wordpress and therefore facilitating easy client interaction with the backend system..
Whats the best way to have the iphone app talk to this purposed middleware/client area?
For exaxmple, a client would be able to add a product to an app via wordpress or change text around ect.
Upvotes: 0
Views: 293
Reputation: 7758
If you're asking what is the easier method of making an iOS application talk to WordPress for doing admin and CMS functions, I think middleware is going to be easier. Reason being, if a WordPress hot fix or upgrade with new feature X comes out and changes the API, you don't have to republish your iOS app (the most painful part of iOS development) - you just make a change to your middleware and everything keeps ticking.
Upvotes: 1