简体   繁体   English

如何将 ios 设备联系人与 qt 应用程序同步?

[英]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我想将 iOS 设备联系人与基于 QT 平台的应用程序同步,我正在寻找可以使用 qt 执行此操作的 API

I find workaround (QT-JNI-Java bridge) for android.我找到了适用于 android 的解决方法(QT-JNI-Java 桥)。

http://doc.qt.io/qt-5/qandroidjniobject.html#details http://doc.qt.io/qt-5/qandroidjniobject.html#details

It is working fine, but i didn't find any bridge for ios.它工作正常,但我没有找到任何适用于 ios 的桥接器。

Note: QT has suggested following link注意: QT 建议使用以下链接

https://wiki.qt.io/Category:Developing_with_Qt::QtMobility 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.但它与诺基亚 Ovi 商店(不再存在)有关,最后提到的日期是 2011 年。发布链接已失效。

If you come across any workaround for ios-qt, request you to suggest me.如果您遇到 ios-qt 的任何解决方法,请向我提出建议。 Thanks in advance.提前致谢。

You can use the V-Play API for a cross-platform solution to handle phone contacts on iOS & Android.您可以使用 V-Play API 作为跨平台解决方案来处理 iOS 和 Android 上的电话联系人。

These are the APIs:这些是 API:

https://v-play.net/doc/nativeutils/#getContacts-method https://v-play.net/doc/nativeutils/#getContacts-method

https://v-play.net/doc/nativeutils/#storeContacts-method https://v-play.net/doc/nativeutils/#storeContacts-method

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Qt 快速应用程序(或其他)部署在 iOS 设备或仿真器上 - Qt Quick app (or other) deploy on iOS device or emulator 如何在Qt中的主线程和工作线程之间进行同步? - How to synchronize between main and worker thread in Qt? 如何在 Android 设备上解决 Qt 应用程序的 ClassNotFoundEception? - How can I resolve a ClassNotFoundEception of Qt app on an Android device? 如何在tiny210设备上使用Qt应用程序? - How to use Qt app on tiny210 device? 转到Qt C ++应用程序上Android / iOS上的Downloads的设备根路径 - Go to device root path of Downloads on Android/iOS on Qt C++ app Qt-GUI有几个“页面”,如何同步几个QWidgets的大小 - Qt-GUI with several “pages”, how to synchronize the size of several QWidgets 如何同步多个QT图形视图小部件之间的移动 - How to synchronize movement between multiple QT graphics view widgets 如何使用 QT 应用程序在 android 设备和 arduino 之间建立串行通信? - How to establish serial communication between android device and arduino using a QT app? 使用在iOS上运行的Qt应用构建增强功能 - Build boost with qt app running on ios Qt iOS问题-使用QAudioRecorder更改音频输出设备 - Qt iOS issue - using QAudioRecorder changes audio output device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM