QR Code reader on Appcelerator/Titanium/Alloy? - titanium

I would like to create a qr code reader on my iphone/android app developed with alloy framework on appcelerator platform.
It seems that every modules that i've checked are deprecated or simply not working.. i'd like to know if there is something open source that is working on the newer sdk versions (>=5.5.1)
If anyone have an idea or a tips to help me..
Thanks in advance !

you'll find the good release for SDK 7 here :
https://github.com/appcelerator-modules/ti.barcode/releases

I use the following modules, currently work with 5.5.1
Android : com.acktie.mobile.android.qr - https://github.com/acktie/Acktie-Mobile-Android-QR-Reader
iOS : ti.barcode - https://github.com/appcelerator-archive/ti.barcode/releases/download/ios-1.9.1/ti.barcode-iphone-1.9.1.zip

Related

I am using https://github.com/alinz/react-native-share-extension my app got crash(keep stoping) for bot ios and android

https://github.com/alinz/react-native-share-extension
please check i have followed all steps but, i got crash issue in iOS and Android both
is there any other working module for that? it will be really helpful for me thanks

crash reporting with crittercism in react-native project

I want to use crittercism for "crash reporting/exception handling" in react-native project, Want to check if anyone already has done it ? If yes please guide.
This is Kunal from Apteligent. Unfortunately we do not support React native apps with our sdk yet, although there is a feature request in place and our team is working on it.
Once we have the compatible sdk we will update on our release notes page - https://docs.apteligent.com/release_notes/release_notes.html
Let me know in case of other questions.

How can I get the connected hotspot BSSID/MAC Address in a React Native app?

I can easily do that using existing packages for Android, but I couldn't find any package that would do the same both on Android and iOS.
Update (Feb-08, 2017):
After waiting over two weeks and placing a bounty on the question which resulted in zero answers, I decided to implement a new package (react-native-gateway-finder) that returns the exact info I was looking for.
It is currently implemented for Android only and an iOS implementation is welcomed.
After I did some search on google, got the result as below:
react-native-network-info works with both Android and iOS. But you might need to upgrade your react-native version to 0.48 or higher.
react-native-android-wifi works with Android platform.
If you only need some basic info, NetInfo provided by react-native is a good choice.

sofia-sip-ua Library Compilation for RestComm iOS SDK

I am trying RestComm iOS SDK and stuck on Sofia-sip-ua library. Couldn't get it compiled. Please provide some help on this.
I am using the library code provided with
https://github.com/RestComm/restcomm-ios-sdk
I have Xcode 7.3 and Xcode 8 on El Capitan 10.11.6
You normally don't need to compile sofia-sip-ua library as it is already compiled for you and bundled in the release binary found at the GitHub release page. If you download it you'll find it at dependencies/packages/sofia-sip-1.12.11.
For step by step instructions on how to integrate the Restcomm iOS SDK in an iOS App (including sofia-sip-ua) please refer to the Official Quick Start Guide
Also you can check any of the working sample projects as an example here
If you still have questions, please post here again.
Best regards,
Antonis

Xcode4.3.2 AVFoundation.framework not found?

Xcode4.3.2 AVFoundation.framework not found
I am missing the following Framework: /System/Frameworks/AVFoundation.framework. so cannot use the AVFoundation frameworks for the iPhone simulator or device. Is there a way to download just this foundation?
can anyone help me please
thanks in advance
You can see here
System/Library/Frameworks/AVFoundation.framework
Refer this link too
How add Framework to project on Xcode 4.3.2