CCavenue payment gateway integration in ios apps - payment

How to register My IOS App in ccavenue payment gateway??
CCAvenue doesn't have any readymade plugin for ios apps.So how to register in it to get unique merchant_id??

Related

Firebase Admin SDK, FCM Cloud Messaging

I am using Firebase Admin SDK for cloud messaging and I have used GOOGLE_APPLICATION_CREDENTIALS, on Firebase I have added Android app, should I download Sdk file for that app and how can I test my notifications? Where should I get FCM token for test?
Are you using cloud shell to deploy the application? Here is a useful document by google on how o get the FCM token and how to setup the SDK [1]
[1] https://firebase.google.com/docs/cloud-messaging/android/first-message#retrieve-the-current-registration-token

Can a 1st party application call an API other than the Graph API?

I have noticed that when a first-party application is being onboarded, clicking on the "Call an API" section only shows the Graph API as the only possible option. I'm wondering, if possible, what would be the mechanism to onboard an API that is implemented in a custom-built service instead.
If you want to call your web API with AAD authentication, you can refer to Scenario: A web app that calls web APIs.
Different from calling Microsoft Graph API (it only requires you to register an Azure AD app to represent the client app), remember that you need to register two Azure AD apps, one is for client app (front) and the other is for API app (backend). In the API app, you need to expose API. Then you need to configure the client app. Add the permission (scope) which is exposed by API app to the client app.

How do I implement authentication for Azure Mobile App in Xamarin.Forms using Apple signin

My app submission to the Apple Store got rejected because it requires users to log in though it does not implement Apple sign-in. My app is written in Xamarin.Form and uses Microsoft.Azure.Mobile.Client to communicate with my Azure Mobile App backend. It supports authentication with Facebook, Google, Twitter and Microsoft. For all those providers I use the "server flow". I followed some instructions I found on Apple sign-in here: https://learn.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/signinwithapple/
I got to the point where I get a userId and a token from the client but I am stuck on what to do next to enable authentication with the Azure Mobile App service.
Any help is greatly appreciated!
Thank you!

Push notification from Notification Hub not working but in FCM it is working

I have configured my Notification Hub with FCM and have configured my Android mobile app (running in Emulator) to receive notifications. The issue I face here is, If I send test notification from FCM I am getting the notification in Emulator but If I am sending the notification from Azure Notification Hub I am not getting the notification. I have configured as advised by the link (Assigned API Key with server key and legacy key). Also, I see that the Registration ID in the Test Notification is the registration ID of the running emulator also.
So what should I check now here? so that I can make notification work from Azure Notification Hub?
Are you using HTTP Trigger for triggering azure notification hub?
Because HTTP Trigger doesn't support FCM, it supports GCM (which is depreceated one)
So, Trigger Android using FCM

How can i integrate Google Assistant to a phonegap app?

The use case is to integrate Google assistant feature in phone-app(Android and iOS) app.
We have integrated Google Assistant with Dialogflow now we want to integrate Google Assitant with a phonegap mobile app.
Please help to understand how this can be done.

Resources