Wordpress CMS 中的 iPhone 中间件/客户区?
我有一个开发团队为多个客户端开发 iPhone 应用程序。我想知道是否有人有在 Wordpress 中创建中间件/客户端区域的经验,从而促进客户端与后端系统的轻松交互。
拥有 iPhone 的最佳方式是什么应用程序与此专用中间件/客户区对话?
例如,客户可以通过 wordpress 将产品添加到应用程序或更改周围的文本等。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您问让 iOS 应用程序与 WordPress 对话以执行管理和 CMS 功能的更简单方法是什么,我认为中间件会更容易。原因是,如果 WordPress 热修复或带有新功能 X 的升级出现并更改了 API,您不必重新发布您的 iOS 应用程序(iOS 开发中最痛苦的部分) - 您只需对中间件进行更改,然后一切都在滴答作响。
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.