All Projects → Ingenico-ePayments → connect-sdk-client-ios

Ingenico-ePayments / connect-sdk-client-ios

Licence: other
Ingenico Connect iOS Objective-C Client SDK

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to connect-sdk-client-ios

Sfacecompare
Simple lib for iOS to find and compare faces.
Stars: ✭ 83 (+388.24%)
Mutual labels:  ios-sdk
Vassonic
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Stars: ✭ 11,466 (+67347.06%)
Mutual labels:  ios-sdk
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+317.65%)
Mutual labels:  ios-sdk
Swiftcocoadsl
An easy way to write iOS UI
Stars: ✭ 103 (+505.88%)
Mutual labels:  ios-sdk
Mpcolortools
A collection of tools for handling colors on iOS SDK
Stars: ✭ 128 (+652.94%)
Mutual labels:  ios-sdk
Rdvideoeditsdk For Ios
iOS Video Edit SDK; iOS Video Edit SDK: Video Cut, Video Join, Video Watermark, Video Subtitle, Video Rotate...
Stars: ✭ 182 (+970.59%)
Mutual labels:  ios-sdk
Appauth Ios
iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Stars: ✭ 1,069 (+6188.24%)
Mutual labels:  ios-sdk
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (+182.35%)
Mutual labels:  ios-sdk
Tinycrayon Ios Sdk
A smart and easy-to-use image masking and cutout SDK for mobile apps.
Stars: ✭ 1,767 (+10294.12%)
Mutual labels:  ios-sdk
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+19364.71%)
Mutual labels:  ios-sdk
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+511.76%)
Mutual labels:  ios-sdk
Floatingball
悬浮球/悬浮按钮/辅助按钮(类似于iOS系统自带的AssistiveTouch/京东/聚划算/建行等的辅助按钮)
Stars: ✭ 126 (+641.18%)
Mutual labels:  ios-sdk
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+1029.41%)
Mutual labels:  ios-sdk
Swiftaa
The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
Stars: ✭ 91 (+435.29%)
Mutual labels:  ios-sdk
shake-ios
Bug and crash reporting SDK for iOS apps.
Stars: ✭ 25 (+47.06%)
Mutual labels:  ios-sdk
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (+229.41%)
Mutual labels:  ios-sdk
Docviewer
文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)
Stars: ✭ 155 (+811.76%)
Mutual labels:  ios-sdk
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-23.53%)
Mutual labels:  ios-sdk
iOS-Monitor-Resources
对各厂商的 iOS SDK 性能监控方案的整理和收集后的资源
Stars: ✭ 31 (+82.35%)
Mutual labels:  ios-sdk
Instabug Ios
In-app feedback and bug reporting tool for apps.
Stars: ✭ 244 (+1335.29%)
Mutual labels:  ios-sdk

Ingenico Connect iOS SDK (Objective-C)

The Ingenico Connect objective-C iOS SDK provides a convenient way to support a large number of payment methods inside your iOS app. It supports iOS 6.1 and up out-of-the-box. The objective-C iOS SDK comes with an example app that illustrates the use of the SDK and the services provided by Ingenico ePayments on the Ingenico ePayments platform.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Use the SDK with Carthage or CocoaPods

The Ingenico Connect objective-c SDK is available via two package managers: CocoaPods or Carthage.

CocoaPods

You can add the objective-c SDK as a pod to your project by adding the following to your Podfile:

$ pod 'IngenicoConnectKit'

Afterwards, run the following command:

$ pod install

Carthage

You can add the objective-c SDK with Carthage, by adding the following to your Cartfile:

$ github "Ingenico-ePayments/connect-sdk-client-ios"

Afterwards, run the following command:

$ carthage update

Run the SDK locally

To obtain the objective-c SDK, first clone the code from GitHub:

$ git clone https://github.com/Ingenico-ePayments/connect-sdk-client-ios.git

Open the Xcode project that is included to test the SDK. Afterwards, you can open and run the Xcode workspace that is now created to test the SDK.

Known issues

There are known issues with the AFNetworking Library when it is built in xCode 11. If you include our SDK via Carthage, it is likely that you will encounter this issue. Please see this Github issue for more information and workarounds.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].