I am creating a demo project with xamarin and in that, I want to list down payment methods to pay. In that list, I want to add google pay. So that users can click on the google pay button and make payments using the google pay application. I want to know the implementation for iOS as I have found implementation for android. I have checked for the same but did not find anything fruitful. Can you please provide me the solution for that?
Google Pay is only available on Android and Web .
However it seems there are some ways to implement Google Pay in India.
Refer to official docs , link1 , link2 .
But We still recommend you to use Apple Pay, it is the best way .
Related
How do I create a Google Assistant app? Where I don't have to ask the assistant to talk to the app.
I don't know further how to explain it, so just comment if you have any question!
Do you have to be a "Partner" with Google or is this something I myself can do?
Thanks in advance!
You can use the SDK to create an app in any language you choose. You choose how you will trigger and send queries to the assistant, you don't necessarily have to "talk to it".
https://developers.google.com/assistant/sdk/
You don't have to be a partner with Google as long as you use it for development purposes only. You are not allowed to commercialize what you build without permission from Google.
I have integrated the Firebase Invites in my App, which provides only two options SMS & Email.
Now I want to share the dynamic link via whatsapp and other social networking channel like facebook and Twitter.
I didn't find any solution on developer site.
I have seen some solution for customization of share sheet but for android.
Thanks in Advance
I have done the enough R&D on the this and finally reached to a point that this is not possible.
Firebase only provides only two options i.e mail and text message
Apart from that no other options are available .
I don't understand why they have mentioned in Fire-doc that we can customise the ShareSheet , but we can't do anything like that.
I suggest everyone not to waste the time on searching for solution.
I want to send individual invite to friends from my Native iOS app, through Facebook. It should contain Link and pre-filled invite message..Is it possible? What is the better approach. I referred FBAppInvite and FBSDKMessageDialog tutorial on https://developers.facebook.com/ , could not find anything which fulfils my requirement.
Can any one suggest some approach how to implement this?. I have not worked much on using social frameworks. Facebook implementation steps are not clear. I searched for demo or sample project on this, but could not find clear documents. Thanks in advance.
for invitation read following link..
https://developers.facebook.com/docs/app-invites/ios
Is there any issues with using FB and twitter logos even though we aren't really using their functionality?
Apple can reject my app?
Here is guidelines of using Facebook Brand, that describe what to DO and DON'T.
Make sure you follow all steps of facebookbrand.
Please check the Best practices to use facebook login and appcenter guidelines before using facebook sdk for login.
And as the accepted answer suggests you should not use only logo, may lead to app rejection.
Based on my experience, you should not use the logo, if you dont have their functionality integrated, however you can mention their names instead of logo.
There are very few chances that apple can reject your app. But i would recommend not to use logo without functionality
I am working on an app in which I need to show product related forums listing using vBulletine and TAPATALK API like the existing website does.
how could I show it in app?
I googled it alot but couldn't find any solution.
First of all you need to register at tapatalk.com.
Then you can "build your own" Tapatalk application here, but it's only a customisation of the Tapatalk app. It's a "all-inclusive" app that you can customize. So basically you can't make your "100% own app" using this feature.
If you need to make your "100% own app", then you can read the API specifications here : Tapatalk API
Afaik, there is no binary / library, so you have to implement the API by your self.