Giter Site home page Giter Site logo

hipay / hipay-fullservice-sdk-ios Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 5.0 184.09 MB

Official repository of the HiPay Fullservice SDK for iOS.

Home Page: https://developer.hipay.com/doc/hipay-fullservice-sdk-ios/

License: Apache License 2.0

Objective-C 98.10% Ruby 0.69% Python 0.19% C 1.02%

hipay-fullservice-sdk-ios's People

Contributors

frankois941 avatar jprotin avatar jtiret avatar legithubdeaymeric avatar nfillion21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hipay-fullservice-sdk-ios's Issues

SEPA

Hi,

I use your SDK iOS in mode Core wrapper (i have owner screens for CB, Apple Pay).
So, I would like integrate SEPA in mode Core Wrapper, and I didn't see any indication in the documentation, is it possible ? If yes, how ?

Thanks
Regards

NSPhotoLibraryUsageDescription required for no reason

When submitting my app with HiPayFullServiceSDK included as Pod, App Store Connect requested declaration of NSPhotoLibraryUsageDescription but I can't figure out how it is use and why would it be used ?

Can you explain how the photo library is used and/or where it is used in the code ?

Thanks

Crash on every Apple Pay payment on 1.9.1

My app "in production" crashes every time a user makes an Apple Pay payment using 1.9.1.

The debugger shows the crashes happens in the init of HPFOrderRelatedRequest object because it can't load the bundle HPFUtilitiesResources.

Reproducible on every try.

Don't compile

Hi,

I try your project (I use pod install), but I have errors :


ld: warning: ignoring file /Users/robertjuzyna/Downloads/hipay-fullservice-sdk-ios-master/HiPayFullservice/POS/Datecs/DatecsLibrary.framework/DatecsLibrary, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (x86_64): /Users/robertjuzyna/Downloads/hipay-fullservice-sdk-ios-master/HiPayFullservice/POS/Datecs/DatecsLibrary.framework/DatecsLibrary
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_PPadCustom", referenced from:
objc-class-ref in libHiPayFullservice.common-Datecs-POS.a(HPFPOSManager.o)
ld: symbol(s) not found for architecture x86_64
found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Suggestions?

Thanks

Not Compiling on XCode 12.x.x SIMULATOR (was ok on XCode 11.7 Simulator)

Hi,

The SDK is not compiling on the new XCode

Here is the error :
ld: in /Users/xxxxx/ProjetsGit/Projects/MyProject/Pods/HiPayFullservice/HiPayFullservice/Payment Screen/CardIO/libCardIO.a(CardIOCardholderNameTextFieldDelegate.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/xxxxxx/ProjetsGit/Projects/MyProject/Pods/HiPayFullservice/HiPayFullservice/Payment Screen/CardIO/libCardIO.a' for architecture arm64

It compiles also fine on Real devices

Is there a way to fix this ?

Thanks

pod 1.7.0 ?

I would like test/integrate "Apple Pay", but the "pod 'HiPayFullservice/Core" is the version 1.3.0.
The version 1.3.0 don't support Apple Play.

what is the solution ?

Thkx

Little bug in your sdk

Hi,

if the application declare 2 or more URI in the info.plist, Hi-Pay SDK don't work correctly.

In the file "HPFClientConfig.m", you have this code

for (NSDictionary *type in types) { [type[@"CFBundleURLSchemes"] containsObject:appURLscheme]; }
you must to replace it with something like this:

BOOL foundURLScheme = NO; for (NSDictionary *type in types) { foundURLScheme = [type[@"CFBundleURLSchemes"] containsObject:appURLscheme]; if (foundURLScheme) { break; } }

Regards

Italian language localization

Hi, we would like to add localization for "payment screen" targeting the italian language

We're about to open a pull request for that

SPM Support

Hello ,

As Swift is more and more predominant in the iOS development, along with the usage of SPM instead of Cocoapod, is there a plan on supporting this package manager ?

Thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.