How to integrate payu native sdk with ios and android app - android

I am new with iOS and Android. Can any one help me out to integrate PayU native SDK with iOS and Android app? This app is not native, its using HTML/CSS stuff.
Or is there any reference site which is using it?
Thanks.

Yes PayU has there own SDK for both android and iOS. You need to get in touch with payU guys to share the SDK and documentation for integration.
Here is the github link for payu sdk with examples. But you have to ask for the permission from payu guys.
Reference app already using sdk

PayUmoney has SDK for native android app. You must add these dependency in gradle file
implementation 'com.payumoney.core:payumoney-sdk:7.4.4'
implementation 'com.payumoney.sdkui:plug-n-play:1.4.4'
There are few step that you should follow to integrate payumoney payment gateway in android app.
You can Download example app, android source code and PHP files in this link
Please create merchant account on https://www.payumoney.com/merchant-dashboard/
Step 1 get merchant key and salt
Step 2 upload server side PHP files for checksum HASH
Step 3 add dependency
Step 4 get checksum hash
Step 5 start transactions

Related

Integrate cordova based android mobile app with google analytics property 4

Steps to set up a new Analytics link
Integration source
we followed above mentioned steps successfully for android app build using cordova but not able to reach 5th step.Am I missing something here? Suggest any other approach to track mobile app activity using google analytics4 property.
we used cordova to build mobile android app.
Above steps maybe for native mobile app only or in case of cordova based build will need plugin to support integration of google analytics.Any leads appreciated .Thanks

Can we integrate Paypal Payment Gateway with IONIC 1 or 2 app if yes then how...?

I have developed a mobile application for Android & iOS using IONIC framework. Now I want to integrate Payment Gateway with the same app.
I have gone through multiple links, but didn't get a final answer it is it possible to integrate Paypal with IONIC or not.
It's not possible to implement PayPal to ionic IOS app, You can use inApp purchase plugin from Cordova to use for payment.
You can find it in below mentioned link.
https://github.com/AlexDisler/cordova-plugin-inapppurchase
You can use PayPal-Cordova-Plugin.
The PayPal SDK Cordova/Phonegap Plugin adds support for the PayPal SDK on iOS and Android platforms. It uses the native PayPal Mobile SDK libraries, which you must also download
This is created by me and successfully work in ionic 1 you can try this:
https://github.com/hitarthiCreole/ionic-paypal-sdk-demo
for a other reference you can also go through this:
http://ionicandroidlearning.blogspot.in/2015/11/ionic-paypal-integration.html
https://github.com/paypal/PayPal-Cordova-Plugin#your-app-integration

How to integrate CCAvenue Payment Gateway Source Code in my Android Project

I know Integration of CCAvenue Payment Gateway with Android Project has been asked several time here, but I want to know slightly different question.
I got CCAvenue Source Code and .apk file in Integration Kit.
I tried to copy and paste into my App directory files, but It doesn't works.
There is no Dependencies or manifest setting in Documentation.
Link:
https://mars.ccavenue.com/downloads/IntegrationKits-WebMobile.rar

PayPal how to get library version?

I am looking to access the version of the PayPal library on Android, for logging/debugging purposes.
On iOS one can get the PayPal library version like so:
[PayPalMobile libraryVersion]
How do we retrieve the PayPal library version on Android? I've searched the docs but have found no reference to it.
Thank you
The version of the PayPal Android SDK is returned in the payment response (see sample here: https://developer.paypal.com/webapps/developer/docs/integration/mobile/verify-mobile-payment/).

How to use LDAP authentication in our app in android?

I want to add LDAP authentication in our application. I have searched and found two apps on Github, but they don't connect to server. What is a necessary condition to connect the server through ldap?
Look into the UnboundID SDK. They have an kit for Android including samples and an app created is with the SDK available on google play.
Source code for the app is available from UnboundID in their LDAP SDK.
You can find and example of authentication with ldap in this example
and the android usage here

Categories

Resources