- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Passing Credentials Android SDK AIM
I would like to pass the login and password to the createAIMAuthCaptureIntent so the user doesn't have to enter them every time the process a credit card. Entering this every time is impractical. Is there anyway to do this ?
TIA Bill
โ11-05-2012 07:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be able to. I don't see why you can't hard code it in the source code.
โ11-06-2012 04:33 AM - edited โ11-06-2012 04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The user name and password will be stored in settings, not hard coded. I'm looking for the recommended way to use the SDK. There are many intents and layers. I don't want to modify the SDK if I can avoid that. The idea of prompting for a login every time a card in swiped just won't work.
โ11-07-2012 09:54 PM