AuthorizeNet / inperson-sdk-ios

Card-present, in-person SDK for Authorize.Net.
Other
38 stars 47 forks source link

Not able to integrate the SDK #36

Closed EpicommiOS closed 8 years ago

EpicommiOS commented 8 years ago

Not even the sample provided by you gets build and not either when i am integrating to my app it gives so many errors. Will you please help me out with this how to integrate your SDK manually. I have already read your README documentation but it is of no use for me.

brianmc commented 8 years ago

The Sample app should be working now. It has examples of using the SDK to create an MPOS application as well as how to integrate ApplePay into a consumer mobile app. You can take the latest Example from master or download release 1.9.8

EpicommiOS commented 8 years ago

Hi Team, Actually what issue I am facing is that sample code you have provided in that you ask for username and password than what is the use oftransaction key and _APILogin key. As in other languages (except objective c)__you ask to pass transaction key_ and APILogin key but in objective c you ask to login through username and password. So basically I am getting confused how to make people avaliable to make payment through my iOS app. Please let me know the appropriate steps to do so.

Thanks and regards, Ankit Sharma

On 06/05/16, 8:25 PM, Brian McManus wrote:

The Sample app should be working now. It has examples of using the SDK to create an MPOS application as well as how to integrate ApplePay into a consumer mobile app. You can take the latest Example from master or download release 1.9.8

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/AuthorizeNet/sdk-ios/issues/36#issuecomment-217464637

brianmc commented 8 years ago

Please be aware that the iOS SDK (right now) is purely for card-present (i.e. merchant acceptance) applications. Transaction key should never be used from a mobile application as it is a shared secret that is solely designed for server-to-server communications. Please note that we will soon be launching a new iOS SDK that will help developers include payments in their (consumer) mobile applications.

Feel free to reach out to us with more details on your use case at developer@authorize.net, mention my name Brian to make sure it gets to me.

Thanks,

Brian