/meets-ios

A framework to connect iOS native applications to Magento stores http://meets.io

Primary LanguageObjective-CMIT LicenseMIT

Meets logo

Overview

Meets iOS is a native SDK designed to ease the communications between iOS mobile apps and Magento stores. It allows you to access Magento's data as if it were local data.

You don't have to worry about learning Magento's SOAP and REST APIs or dealing with low level details. Instead, you can only focus on building rich native mobile shopping experiences.

Main features

  • Native library that works with your project out of the box.
  • Allows you to forget complexities and focus on what really matters.
  • Access to Magento users, categories and products as if they were local data.
  • Implement easily a fully native shopping experience.
  • Continuously updated API documentation with examples.
  • Direct contact with Meets programmers to resolve issues.

Learn more

You can learn more about Meets in the official web page, http://meets.io/, and in the API documentation

How to install

WARNING:

Note that this is a beta version of Meets so it's not intended to use in production environments. We are working hard to have an stable version as soon as possible.

Also note that all data sent and retrieved to/from the server goes in plain text. If you want to use Meets to work with sensitive information be sure to be under a secure connection.

The preferred method to install Meets in your projects is via CocoaPods. Just add this line to your Podfile:

pod 'Meets', git: 'https://github.com/agilemonkeys/meets-ios.git'

And add the header file to your project's .pch file:

#import "Meets.h

CocoaPod will install dependencies for you, but in case you rather install it by downloading the source code, you'll need to be sure to include following dependences:

'AFNetworking', '~> 2.1.0'
'AFXMLDictionarySerializer', '~> 0.0.1'

Meets at Meet Magento Spain conference

Meet Magento Spain logo

Meets has been announced at Meet Magento Spain, a Magento eCommerce conference where merchants, Magento agencies, Magento service providers and the Magento community exchange knowledge and experiences with enthusiastic decision maker and experts according the topics Magento and eCommerce.

Meets at Meet Magento Spain.

Open source projects that have helped Meets to become real

Special thanks to people involved in the following projects. They have made easier to achieve the goals of Meets:

License

This project uses the MIT license. See LICENSE

Next steps

  1. Add appledoc.
  2. Keep on adding more Magento API use cases.
  3. Support for Magento CE 1.7 and 1.8.
  4. Full test coverage.