Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Anybody know about any Twilio voice client package for Xamarin.Android and Xamarin.iOS? Officially or any binding library? I am looking for this for about a week also submitted a support request to Twilio but no reply yet.
As I know Twilio stopped working on Xamarin bindings. So nothing official yet. I suggest you to check out unofficial Xamarin bindings, there are some of them on github, so there is no need to write your own.
We're using Twilio SDKs with Xamarin for apps in Google Play and App Store, so we're trying to support and update bindings regularly and publishing them as nuget packages.
I'm providing the link for reference: https://github.com/dkornev/TwilioXamarinBindings
Twilio developer evangelist here.
I'm afraid we do not currently have an official Xamarin package for the Twilio Programmable Voice SDK.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
my team is developing a chatbot using nodejs botbuilder, LUIS, QnAMaker & Twilio we've managed to build a chatbot
the problem is the Performance of the chatbot is a little less compared to other chatbots i've seen, i feel the callback from twilio is causing some delay cause when running in local bot emulator the performance is good.
so my question is that, is there any other way to create a chatbot for whatsapp other than twilio which would give me a better performance?
or any tips to improve performance?
For your first question, you can see a list of Twilio alternatives here: https://bstrategyhub.com/twilio-competitors-alternatives/
If you build a bot with C#, there are some adapters you can use for Infobip, MessageBird, and RingCentral: https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries
If you want to stick with Node, you may need to make your own adapter.
Regarding performance, you'll need to gather telemetry to see where the messages are getting delayed and address the problem there. If the problem is on the WhatsApp side for example, you could try contacting WhatsApp support and ask them to look into it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm trying to implement material design on my site. There is a tool "Material theme editor" but it seems it's provided only for Sketch app on macOS.
Does anyone know if there is a similar plugin for any app on Linux or Windows?
Or will same plugin be created for Jetbrains tools for example to be used on these systems?
Thanks for any information in advance!
Material Theme Editor is currently available only for the sketch spp but Google is considering to develop this to other platforms according to this tweet.
https://twitter.com/materialdesign/status/997159840391741440
Its already been 6 months but there seems to be no update on this still.
If you are using Adobe XD cc for prototyping then you get the Google Material UI kit from Below link.
https://www.adobe.com/products/xd/resources.html#panel-3
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm sorry for this simple question. I want to send .ipa file to client for testing. How can I do this without using any sites...
The best and easy way for share application with client, either you can use apple testflight using itunes connect or you can just make .ipa and upload your .ipa on this link https://www.diawi.com/
You can do this by following this guide for Exporting Your App ipa file for Testing purposes.
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html
Note: Although the recommended way is beta testing via TestFlight. It's beneficial for the long term. Also, it has easy OTA installation.
You can use Fabric Mac Application.
https://get.fabric.io/ios?locale=en-us
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Does the new, free Xamarin Community edition for Mac support making in-house builds? (Enterprise distribution)
With the previous versions, you needed the Business or Enterprise versions.
The best answer I can give you is that it depends.
With Xamarin Studio Community, it is absolutely possible to create an IPA for distribution (you can see Xamarin docs on how this is done). However, Xamarin Studio Community can only be used by developers who meet the requirements in 1(a) or (b) in the Xamarin License. To distribute your apps In-House(Enterprise) you would have to have an Apple Developer Enterprise Membership as explained in this guide in order to develop and sign your app. It's unlikely that you would qualify for the Community license, AND would have an Apple Developer Enterprise membership – but it's not impossible.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Just wondering if there is a plugin for IOS Apple Pay payments using Braintree as a processor. I have the UI JS version working on a website, and that appears to be working for CC Payments and PayPal payments on a app that is basically a wrapper for the website. Just wondering if there is a way to get Apple Pay also working with a Phonegap app.
Yes there are plugins of Braintree for Phonegap / Cordova. Use the following links to integrate them in your Application.
https://github.com/kunlqt/Braintree-PhoneGap-Plugin
https://github.com/romk1n/PhoneGap-Braintree-iOS