is it possible use telegram APIs in an ionic app? - ionic-framework

can it possible use telegram APIs in ionic app?
i've just tried an instant really chat but i would use telegram for using bots for example.
if it is possible can someone help me?
thank's

CORE API.
Yes, you can easily use Ionic here, in fact the official web client is built on Angular itself! You can look at the source code here and there are several Core API libraries for JS such as telegram.link
BOT API
Yes, but you will be limited to a few functionalities. Basically your Ionic app will just be a mirror of the bot. In order to receive the message, you will have to cleverly extract the message sent to the bot and pass it to your Ionic framework, which isn't very hard. There is one Android app using a boosted bot API. There are several Web Apps and Progressive Apps using the bot API and even a java applet!

Related

Are there any examples that can help me with flutter sms retriever api plugin?

Are there any examples that can help me with flutter sms retriever api plugin, i really need an example of how of how to implement it because my app was rejected in playstore due to sms permissions & they advised to use sms retriever api plugin?
There are few packages that can help you with that by implementing the native part of the code (Java/Kotlin & Swift).
sms_retriever
sms_autofill
The latter also provides you with a couple of utility widgets for SMS codes.
They both provide a usage example in their Example tab.

How Do I Track the Install Source from within an Ionic App?

Marketing specialists keep instructing my client to setup the analytics so that it can track where the user is being referred from so that we can optimize the advertising campaigns.
When I ask them how to setup the tracking correctly they send me to a link for the native Android & iOS google analytics libraries and provide the settings. I respond in kind stating that our app is not built using the native SDK's it is built using the Ionic Framework. They then have no response for this.
I have Google Analytics implemented as well as Facebook analytics. Both systems are actively tracking data. But apparently it is still not tracking the source of which advertising campaign the user originated from and / or installed the app from.
I've tried to find an example of this somewhere and talked to numerous people but from what I can tell it is not possible using the Ionic Framework.
Can anyone provide some insight into this? If this is not possible it seems like a rather large issue with the Ionic Platform that should be made more visible.
Thank you!

How to create ionic video chat application

I am new to ionic and i am developing an android application using ionic 2 and Laravel. I want to integrate text, audio and video chat into this app. One solution that I found is using Cometchat. It would be really helpful if you could give some pointers about what are the services available there and how to implement this video chat feature using these services. Thank you.
nowadays the Ionic 4 Can Do Your Application And This Project With WEBRTC and make Your Chat Text message with socket.io technology,

Instant messaging in coenameone

I am developing codenameone application. It's working fine. but I need to implement Instant messagins system in my app.
Is this possible to do instant messaging system?
Is there any sdk in codenameone?
This sample is a bit flawed but it should provide you a base guideline on how to accomplish IM in Codename One: https://www.codenameone.com/blog/building-a-chat-app-with-codename-one-part-1.html
There are a few apps that implemented IM in Codename One specifically https://www.codenameone.com/blog/featured-app-jat-communication.html

How to integrate Salesforce in iphone app?

can any one help me in integrating salesforce in my app.I have made account in sales force and also created the remote-acces key.Can anyone tell how to ad objects ,dashboards etc in the iPhone app.I also want to know how to access the data on salesforce .for e.g. i want to get all the custom objects in salesforce and also want to create custom objects from iPhone app.Can anyone guide me in this respect.Any help is appreciated.
There are many ways to do it. I advice you to read carefully and choose the best way to do it.
Here are some links to read about it:
Making Salesforce and PayPal Work Together
SDK Project
Good Documentation and code
Salesforce provides mobiles SDK for iPhone, Android & hybrid platforms.
This SDK has samples on how to start with. There are lot of documentations available.
Basically the SDK helps to authenticate with Salesforce using oAuth, communicating with the objects using RestKit.
Refer the following URLs to start with..
Download the mobile SDK from the following URL.
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
There is a discussion forum
http://boards.developerforce.com/t5/Mobile/bd-p/mobile
API docs
http://forcedotcom.github.com/SalesforceMobileSDK-iOS/Documentation/SalesforceSDK/index.html
Ref:
http://wiki.developerforce.com/page/Mobile_SDK