Which payment gateway should be used in cordova app? - jquery-mobile

I have to use a payment gateway for hybrid mobile app (cordova, mobile jquery) and it should be in Indian currency. Can anybody suggest which one is best and easy to implement?
Thanks

You can use PayPal-Cordova-Plugin
But unfortunately Indian currency not supported check here

Related

How to integrate Tez payment gateway in swift iOS?

I want to implement google's Tez payment into my app, but as far I found that google provides api integration guide for web and android only(https://developers.google.com/tez/documentation/).
Is anyone know from where I can get documentation guide to implement Tez in my app?
If no source available, then shall we redirect our app to the Tez app in iOS Appstore?, if this'll be the case, then how can I redirect to my app after the successful payment in Tez app.
Looking forward for the guidance.
That is not possible, if Google is not providing any framework to integrate the payment for iOS. Wait for the time, till the Google launch framework for iOS.
You can redirect the user to Tez App on AppStore, but it won't help, because you will not get the idea about the payment status as well as cannot redirect back to your app.
Hope it helps
As a possibility, you can implement Tez framework on server side, and integrate it through your iOS app using web service (Since iOS SDK is not available). But remember to check the apple review guideline about payments through a 3rd party framework because you might have to justify them the use of it for approval.

What is the difference between SAP Fiori and Movilizer?

What is the difference between SAP Fiori and Movilizer?
They both are used to show SAP data in mobile phone, then where is the difference?
Fiori- Rich UI design which have a capability to adopt all the platform and have an easy way to develop complex sap business logic
Movilizer-A product from Honeywell, which have an offline and cloud integration to collect data from enterprise (SAP, MS, Oracle) to Mobile app
Regards,
Karthik A
The way I understood it:
Fiori: web based apps
Mobilizer: Hybrid apps
Best regards
Not sure if you are still looking for an answer but:
SAP Fiori: A collection of applications written using the SAPUI5
framework and Fiori x.0 guidelines. Applications can be
containerized for use on mobile devices in addition to browsers. (Link)
SAP Mobilizer: A Java-based platform with applications for Banking,
Mobile Money, Wallet etc. The platform provides a mobile enabled app for mobile money, wallet, account management etc. alongside a customer portal.
Honeywell Movilizer: A field - orchestration product for managing
equipment. I'm not sure of their mobile offerings. (Link)
You might also want to look up SAP Mobile Platform 3.x (Link)
Hope that helps.

Automate Reading the SMS Pin with Twitter Digits IOS

I already know how to do it for Android : https://docs.fabric.io/android/digits/sign-in-with-phone-number.html#automate-reading-the-sms-pin
I am looking fot the same thing for IOS. Any idea?
You can't. Text messages in iOS cannot be accessed by other applications.

Is Google Maps IOS SDK free to use?

We have a commercial web application and we are planning to develop android and iOS apps(free) for our customers
Is google maps ios sdk is free to use in my app?
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
There is nice FAQ about your questions on Google Developers website:
Is google maps iOS SDK free to use in my app?
Yes
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
Google Map API for Business - Usage Limits
The google maps iOS sdk is free for use. i have already integrated google map api functionality on one of my phonegap application. After making some minor changes in to the sdk you can enable the real time navigation on the google map as well.
so you can do a lot with the google sdk.
Hope this will help.
It actually depends, if you are using advanced feature eg Street View, it charges, but for basic feature, it is free for native app, but JS query is not free (eg wrapped by Webview) is not free.
Checkout the official website for more detail and accrete information: https://developers.google.com/maps/documentation/ios-sdk/usage-and-billing

Integrate Google Talk, voice & transalation in iOS app

I want to integrate Google Talk, voice & transalation in my iOS app. I tried this link
I just show me my contact list. How can I start chatting or voice call from this ?
If any one have idea or any other solution to integrate above services in my iOS app ?
Thanks
For chat, use XEP-0045
For voice, Google Talk uses libjingle which is a C++ implementation of XEP-0166/XEP-0167
For translation, you may need to find an implementation of XEP-0171

Resources