Posts

Post not yet marked as solved
4 Replies
21k Views
I would like to manually check if there are new updates for my app while the user is in it, and prompt him to download the new version. Can I do this by checking the version of my app in the app store - programatically?I found a solution by Checking response of my app itunesRL, i want to confirm if there is an official method, if not can i use this methode safely.https://stackoverflow.com/questions/6256748/check-if-my-app-has-a-new-version-on-appstore
Posted
by mmoalla.
Last updated
.
Post not yet marked as solved
0 Replies
973 Views
I had a need to display and search for contacts from my LDAP server. Seems the most efficient solution is to connect my Device (Application Contact) with my LDAP server. And with the Contacts framework I will be able to fetch all Local contacts including my LDAP contacts. Is there a solution to know from the CNContact if this contact is among my LDAP Contacts or other (Local, iCloud,..) If you have another solution how to search on my LDAP contacts do not hesitate to suggest me. OpenDirectory is not available on iOS Thanks
Posted
by mmoalla.
Last updated
.
Post not yet marked as solved
2 Replies
1.5k Views
I have a technical need to block some services of my application according to the operator currently camped (network operator). From the Core Telephony documentation it is possible to know the home cellular operator using CTCarrier, but there is no guidance on how to get the MCC and MNC of the network operator. https://developer.apple.com/documentation/coretelephony/ctcarrier?language=objc Can you help me find a solution to know the MCC and the MNC of the Network for example in the case of Roaming. If this is not possible, is there a solution to know if the device goes through the roaming service or not?
Posted
by mmoalla.
Last updated
.