Calabash-ios app reset on real device - calabash

Is there any way to rest app data in iOS Real Devices ?.
If not , When can we expect app reset feature for real devices in iOS using calabash ? ? . Is there any work-around for same ?

Updated: according to the updated post there is a way to do it now
Reset iOS app in calabash-ios please see the reply by Joshua Moody.

Related

How to synchronize ios device contact with qt app?

I want to sync up iOS device contacts with an application based on QT platform, I am in search of an API which can do this with qt
I find workaround (QT-JNI-Java bridge) for android.
http://doc.qt.io/qt-5/qandroidjniobject.html#details
It is working fine, but i didn't find any bridge for ios.
Note: QT has suggested following link
https://wiki.qt.io/Category:Developing_with_Qt::QtMobility
But it is related to Nokia Ovi store (which doesn't exist anymore) and the last date mentioned is 2011. The link to a release is dead.
If you come across any workaround for ios-qt, request you to suggest me.
Thanks in advance.
You can use the V-Play API for a cross-platform solution to handle phone contacts on iOS & Android.
These are the APIs:
https://v-play.net/doc/nativeutils/#getContacts-method
https://v-play.net/doc/nativeutils/#storeContacts-method

How to setup Backand real time communication is a Ionic2 app?

I can't find any example on how to do this.
Thanks,
Guillaume
This one is for ionic, its broadcasting what the user sees on his device youtube app to a desktop browser

How to start Hangouts from Glassware

I want to start Hangouts from my Glassware so that the user can make video call to any of his contacts in the Glass. I tried the giving the package name of the hangout app in an intent , but it did not work. If anybody has tried this before ,please do share.
Thanks
Starting a hangout from an intent isn't supported by the GDK. A feature request was filed in our issue tracker here; feel free to follow it so that you can be updated if anything changes!
I want to start Hangouts from my Glassware so that team can see what is out put is coming.
I did lots of RnD, then I come up with below solution
steps -
install myglass into mobile
install your apps in google glass
paired with glass with your mobile thr Bluetooth
start myglass apps and sync with glass
done
now start you application over the google glass, it will show at mobile in same way and behavior.
let me know if it work

Is it possible to build offline app with Appcelerator and Rhomobile?

I have recently found those two look-alike solutions/IDE for cross-mobile development: Appcelerator and Rhomobile (I know there are more) and I have questions regarding those two platform:
1) I believe the only way to build the view is using HTML, which I like alot the ideas. But, does that mean the application itself isn't available if the mobile is offline?
2) Do you guys know if it's possible to publish the application to the App Store and Google Store?
3) Are there any simulator for different mobile and do they support all those slide/tab events?
4) And finally, are there a way to transfert the App on your mobile phone without having to publish it anywhere.
Please note that I have no knowledge at all about mobile app dev and those two solutions (Appcelerator, Rhomobile) would be perfect for me as I am familiar with Javascript and HTML.
Thank you!
Ok I have only used appcelerator but:
1) a webview is like a browser without the address bar, it simply parses HTML, where it gets it from is up to you. If you write the HTML and pass in a file well then yes it can be offline, if it is used to parse a response from a webpage well then no as it needs to send a http request to the webpage.
As many people seem to mistake (for a reason unknown to me as all the documentation states other wise), appcelerator is not the same as phonegap, appcelerator uses its own javascript based API to allow developers to make native apps, it is NOT a webview wrapper. It is offline by default and allows you to send http requests if you need something online.
2) yes you can publish to the app store and the google store from appcelerator, the documentation walks you through the process.
3) Appcelerator requires you to download either the IOS sdk or Android SDK which come with simulators, appcelerator / the emulators support the standard events found on these devices.
4) With Android to can build a .apk file and distribute however you wish, with IOS the only way is to publish to the app store. the only other way is to make a mobile website instead of an application

IRC Chat for iPhone sdk?

I am planning to make an application with my friend. in this application there will IRC chat.. is there any one who could possibly give me a sample application for this. thanks
TC
Mobile Colloquy is open source.