Hi Friends,
Please help me
I have integrated the iOS sdk in my application and completed the integration for test environment,in that I follow the below steps
1) Registred new device to sandbox account.
2) Enable device from sanbox account.
3) Hit the login method.
4) Completed the sample transaction using create transaction method.
So my questions for live envronment is,
1) Is there any need to registration of device to merchant account for live environment ? if yes then how merchant can enable the devices behind his presence.
2) how we can change the test environment (sandbox account )to live environmet (merchant account).
01-19-2015 10:19 PM
1) Is there any need to registration of device to merchant account for live environment ? if yes then how merchant can enable the devices behind his presence.
Yes, they would login to their merchant account. and there a max # of device, not sure what it was.
On the readme at https://github.com/AuthorizeNet/sdk-ios
Building an MPoS Application
You can use our SDK to build a full featured Mobile Point-of-Sale application and we have a full MPOS README to help you get started developing.
2) how we can change the test environment (sandbox account )to live environmet (merchant account).
in https://github.com/AuthorizeNet/sdk-ios/blob/master/MPOS_README.md
under
Putting it all together - the sample app
01-20-2015 04:28 AM
Marchant needs to enabling mobile devices all day manually for users who want to pay using sdk ?
01-20-2015 04:51 AM
The ios SDKs is for Point of sales system. not for website/apps.
01-20-2015 05:09 AM
Thanks for your help,
I want it to be used by customers on their own device.So please Provide me the suggestion for same.
01-20-2015 06:02 AM
They will have to go thru a website. and not using the IOS sdk.
01-20-2015 06:21 AM
so please tell me how we can use it within ios application.My application is mobile application not web application.
01-20-2015 06:25 AM
Then you have to develop a client/server model. because you don't want your loginID/transationKey on the app for the public to see.
01-20-2015 07:17 AM
Can you please provide me the details for client/server model implementation,how we can use it like paypal.
01-20-2015 09:04 PM