Whatsapp sticker appcelerator - titanium

I want to creat an stickers application using appcelerator platform , my question is how can i share my stickers to whatsapp there’s any module support ?
Thanks in advance

No you can't do that with Appcelerator. Have a look at the native example app at https://github.com/WhatsApp/stickers/

Related

React Native Linking simultaneously for mail AND sms

Is it possible to Linking.openUrl() for both mail and sms ? I'd like my user to choose between those app and prefill information in the body.
Linking.openURL('mailto:support#example.com?subject=SendMail&body=Description')
does suggest mail apps
Linking.openURL('sms:number?body=Description')
does suggest sms apps
Is there a way to have both app proposed to the user while being prefilled with Description ?
Sounds like you are looking for "Share" functionality.
See the official React Native Share Docs, or this popular third party library.
FOR mail
Linking.openURL('mailto:example#example.com?subject=SendMail&body=Description')
FOR sms
Linking.openURL('sms:number?body=yourMessage?subject=SendMail&body=Description')
If this information not enough; you should be 3.part package like;
https://github.com/flexible-agency/react-native-email-link
or
React Native Share.

React Native open Source sdk

Hi i am developing a social app using react-native.Most part is done. I want to embed a video calling feature upto 4 participants. Is there any open source sdk which i can use for this purpose?Thanks in advance.
Please try this, I have not personally tried.
https://github.com/EnableX/One-to-One-Video-Calling-Open-Source-React-Native-Application

Embed Facebook Video in iOS

is it possible to embed a Facebook Video in a iOS application?
I have searched all over the internet without getting any answer to this question.
please could anyone help with the above problem
Thank you
is it possible to embed a Facebook Video in a iOS application?
YES, I suppose.
Please refer to Facebook's Graph-API documentation here:
And choose iOS SDK:
https://developers.facebook.com/docs/graph-api/reference/video
Yes it is possible in ios, not matter you use objective c or swift.
Link : https://developers.facebook.com/docs/plugins/embedded-video-player

users can APP using Telerik App Builder

I am writing an APP using Telerik App Builder. I want to have phone APP call functionality among users on APP.
Any idea/hint on how it can be achieved? do we have any API for this? The App will behave like Skype and the users can call each other? Any API/hint on this will be appreciated?
Thanks,
Vivek
Try using:
call me
This will bring up the device's native phone/dialing features (where "xxx" is the number you are calling).

AIR Native Extension for accessing native UI controls on IOS

Does anyone have a clear idea about or a sample of air native extension that helps me use alert view of apple touch devices.
I tried a lot for the same but ended up getting no success.
Thanks in advance.
I am not tried this library anyhow please try with NativeAlert.
(OR)
This for alternative for access native UI.
You can try with ios-theme-for-flex-mobile-projects link.
This link shows like iOS Alert view.
Please find mobiletheme_ios_usage.fxp link you can download that project then workout.You can see iOS alert view(Not Native UI).