Appcelerator Titanium app integration Apple wallet - appcelerator-titanium

How is it possible to integrate Apple Wallet in an App developed in Appcelerator Titanium. This is to support the loyalty card program of an already existing app. I've searched for documentations a modules for this, with little success.
Appreciate if anyone could advise on this. Thanks.

There is the Ti.Passbook module to handle the Passbook and included passes. And for Apple Pay, there is Ti.ApplePay.

Related

"Does your app use an advertising ID?" for Expo

I can't seem to find a clear answer as to how to answer this in the Google Play console.
Browsing the net I've found some answers related to advertising IDs
"How Expo Is Fooling Everyone" has a comment from James Ide saying "If you are using the managed workflow, the standalone apps will contain the Google and Facebook SDKs."
and another stackoverflow post on the IDFA.
My app doesn't use any specific type of advertising. But I think because I'm using Expo, I need to say yes to using an advertising ID because of the bundled Facebook SDK?
The form looks like this...
Does anyone know exactly how to fill out this form for an Expo app that has no advertising functionality added by the dev?
The article How Expo Is Fooling Everyone states that "all Expo applications collect the Advertising ID from users" which is true for Expo SDKs up to version 45. This meant that in the past you had to select that an Advertising ID was used in both your Apple App Store and Google Play Store submissions.
However, as of SDK 46 both the Facebook and FacbookAds packages have been deprecated in favour of Expo's newer EAS build service and these packages now need to be included specifically by users if they want to include the functionality of Facebook's login or advertising platform.
The contentious issue with Expo has always been the inclusion of the Facebook package which is why, as the article referenced, all Expo apps prior to 46 needed the Advertising ID disclosure in app store submissions.
While I cannot find any conclusive confirmation from Expo's documentation, I no longer disclose any Advertising ID collection in my apps using Expo's SDK 46+. I recommend that most developers migrate to the newer SDKs (SDK 47 as at time of writing this) to benefit from the EAS Build, updated React Native framework, and importantly, the removal of the default Facebook package included in every app.

how to charge stripe payment in ionic 2

i'm developing hybrid app using ionic. i want to pay with stripe in my app but Stripe’s ionic native plugin doesn’t seem to have charging functionality (it’s only for creating a token and validating card info, and nothing else), and I can’t find any tutorial showing how to charge a card & stuff.
I’ve searched google and all I’ve seen are plugins & templates for full integration, all for sale.
Any help would be greatly appreciated, as I’m at a stand still at the moment.
Thanks.

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 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

Sample apps of Google Glass

I want to develop a Google Glass app. I am confused on how to implement the UI. Can anyone please suggest me some tutorials on developing Google Glass.
Also i dont have Google Glass device. I have heard the emulator is not available for Google Glass. Is there any way to test the apps without having the device.
Thanks.
There's no publicly available emulator, so you need real device to test your app. Also, all things are documented here: https://developers.google.com/glass/develop/gdk/
As of now, you can't and hope Google will publish the simulator soon. Meanwhile, you could check some of the presentation, and open source codes.
http://www.slideshare.net/getdinesh/google-glass-an-intro-v-1
https://developers.google.com/glass/develop/overview
https://github.com/harrywye/gdkdemo
https://github.com/Acarin/GDGBaltimore