Ingenico-ePayments / connect-sdk-client-ios

Ingenico Connect iOS Objective-C Client SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/mobile/ios/
Other
17 stars 4 forks source link

Swift compatibility #4

Closed davidtperk closed 7 years ago

davidtperk commented 7 years ago

I'm trying to use the GlobalCollectSDK in my Swift project, but there doesn't seem to be a master header file to import. Must I import every .h file from the SDK into my Swift bridging header?

davidtperk commented 7 years ago

Seems best to import only the related SDK components.

dotliebrand commented 7 years ago

Did you install the SDK using cocoapods? This should have installed all the necessary headers?

davidtperk commented 7 years ago

@dotliebrand the pod 'connect-sdk-client-ios' doesn't seem to exist anymore.

rob-spoor commented 7 years ago

It has actually never been uploaded as of yet.

dotliebrand commented 7 years ago

My bad, I thought it was. Rob is right.

ronaldmiddelkoop commented 7 years ago

Hi dtp5, this won't help you immediately, but we are working on the cocaopods upload. Also, we have a Swift SDK on our radar that will make your life easier in the future. No definitive release date yet though.

rob-spoor commented 7 years ago

Version 3.0.1 of the SDK is now available on Cocoapods. It's renamed to IngenicoConnectSDK though.