- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to use IOS SDK for live Environment
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Marchant needs to enabling mobile devices all day manually for users who want to pay using sdk ?
โ01-20-2015 04:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ios SDKs is for Point of sales system. not for website/apps.
โ01-20-2015 05:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They will have to go thru a website. and not using the IOS sdk.
โ01-20-2015 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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