Have done some exploration on available payment gateway APIs for Android and came across 3 whose names cropped up quite a lot:
1) PayPal
2) Stripe
3) Braintree
But my requirement is Billdesk Payment Gateway integration in an Android app. After doing quite a lot of googling and reading blogs, I still have no evidence of Billdesk being used in mobile apps. In fact, even for desktops could find only a couple of links describing how Billdesk payment gateway can be integrated with desktop apps.
So my questions are, can Billdesk payment gateway be integrated with Android apps? If so, can anyone please provide the appropriate info, links?
And if so does Billdesk have a mobile optimized payment gateway or Android compatible API? And is the web services same in that case(Payment request format and response format)?
Sorry for so many questions, but am unable to find a definitive answer so far.
The solution i have used so far is through a web view in android and similar web window components for desktop applications in java swing and vb.net. Actually we just call the web part on the device or desktop application which works same as the web api.
Related
So, I am trying to search for a multivariant testing option available for native mobile apps. I am not able to find any online. Been going through blogs and google and I could only find Google Optimize and also saw few others like optimizely
But when I go through those options I only see options for website (like add urls or domain) which doesn't work with native mobile apps
I do know that Optimizely's Full Stack product will allow for experimentation testing for native applications, anything with an internet connection really. Here is their official documentation for Swift SDK.
I am developing an demo application to integrate Amazon Pay In android application. Is there any proper documentation for the same. Thanks in advance
For using Amazon Pay in a mobile app, I'd recommend you to create a (or re-use an existing) web-based Amazon Pay integration as described in the official documentation. For most scenarios the "One-time payments" guide will be the integration guide you want to refer to. You would simply call this web page then from the Android app (or iOS app, or whatever) and send the buyer back to the app after the payment has been completed.
As the integration is independent from Android in this scenario, you can of course use any programming language you prefer. Using PHP, Java, C# (or other .NET languages), Ruby or Python is recommended though as there are officially supported SDKs available for those.
For other "in-app" integration options, you should contact Amazon Pay directly.
I basically want to want to authenticate with ADFS as an external identity provider in a native ios/android app. Preferably with a seamless login experience, but that may be asking to much.
The setup that I want is pretty much the one described here except that I moved the identity stuff to an STS project. The ios and android apps are accessing the web api.
I also used this pluralsight course.
Now I "just" need a way to use the credentials received from the mobile app to issue an access token.
I need to know if I am on the right path. I am using:
IdentityServer3.
Oauth2 and OpenID Connect. (using password grant)
The solution has to work on adfs 3.0.
NET 4.6 web api and mvc solutions running in azure.
I have been looking at the ADAL.NET project, but that seems to be primarily for Xamarin and I already have the ios and android developed natively.
Questions:
What is the best approach going forward?
Are there any (perhaps new) technologies that i am completely
missing?
Your basic problem is that with ADFS 3.0, there is no OpenID Connect support and very limited OAuth support - basically just auth. code grant for web API.
Much along these lines.
If you want the full stack (ala what you have with idsrv3), you need ADFS 4.0.
You could federate idsrv3 with ADFS using WS-Fed for the final hop.
I am properly using adMob and iAd on my native apps. However I am unable to find a good solution for webapps. Assuming that adSense is not allowed for webapps, which services can be use for it? Thank you
We can use all types of the publisher services given by various companies but the thing is we need safe and reliable web apps which gives us Quality with corporate look.
For enhanced web applications development and maintenance you need some training and basics of web technologies. I referred the best information at VRM infotech's website and they are providing free information about web apps and development. For more details please feel free to contact the pioneers in Web Application development
I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.