How can I check new contact added in phone - react-native

I'm use react-native and react-native-contacts, so, I need the total list of contacts to persist that. Then, when the user open again the app I need to check contacts added for save it again only this newers.
Exist any method for that?

No method for this. You can iterate as #CampbellMG said in the application. If you want this feature please open an issue in the tracker.

Related

React Native Multiple Images Picker

The problem
So, I am developing a react native application and I am facing the callenge of selecting multiple images from the user gallery. Just like apps like WhatsApp, Telegram, Twitter and even Reddit do. So with that in mind, i tried to use launchImageLibraryAsync from expo-image-picker but, as specified in their documentation, the "multiple selecion" of images is only supported on the web.
What I have thinked of
So, based on several searches, it seemed like i had to build my own "Gallery". To do this, so far i've tried to use #react-native-community/cameraroll and expo-media-library, but both of them requires that we pass the first property to the getPhotos (for #react-native-community/cameraroll) or to the getAssetsAsync (for expo-media-library) functions, which defines the first items to be fetched. This is a problem because I do not want to fetch like 20 items and then, when the user reaches the end of the list, it fetches more 20 items. I need something like this (this example is from Telegram). You can see that the app never stops me from scrolling, it goes all the way through my entire gallery.
What would also be nice
If you use reddit mobile, you can see that you can also select multiple photos using the several Apps like Google Photos, Files, Google Drive and so on.
This would be even nicer because I wouldn't need to implement a custom made Picker. Do you guys know how could I implement this?
OBS: I am using Expo with Bare Workflow, so I can use just about any package. I also opened a discussion at the Expo repo about it. You can check it here: https://github.com/expo/expo/discussions/15210.
Thank you in advance :)
I have been using this package called expo-images-picker check it out. It has similar function to what you need. It works in Mobile as well.
Link here

How to change bundle id in new iTunes Connect?

I'm trying to change to a different bundle id in iTunes Connect but i can't find a way to do it in the new interface introduced by Apple. Also, i can't find the SKU information of my app like in the old iTunes website. My app is still not submitted for review. Any help?
I also have the same issue, and have been able to edit this field in past apps. I called Apple support and they said that the issue is; that once Game Centre is turned on for a BundleID it becomes non editable. We even tried turning Game Centre off but to no avail. They told me the options were to use change the BundleID back in Xcode to match the BundleID in iTunesConnect or to change the name of my game in iTunesConnect (to free up that name) and then create a new app/game in iTunesConnect with the newly freed up name and now proper BundleID.
It should be noted that if you change the name to free it up and create a new app/game, you will not be able to delete the old game/app from your iTunesConnect. It will just sit there in limbo.
They said that there is NO way to edit this field once it has been marked is not editable.
This doesn't answer the issue on how to change it but may make it so people stop spending hours trying to change their BundleID.
Cheers
Go to iTunes Connect
Select your app
Click on More
Click on About This App
Change your bundle ID
Click on Save
iTunes Connect > Your App > More > About This App
You may need to change the Bundle ID dropdown to Wildcard which makes the Bundle ID Suffix will be editable. You can put the full Bundle ID in there: i.e. “com.companyname.appbundleid"
To refine on all of these great answers
iTunes connect -> Your app -> on the left side panel App information and under General information you can locate the bundle ID drop down menu and select a different id and then save your changes.
Don't forget to add the new id to Apple developer portal 1st.

Xcode tag users in image

I want to make something similar to facebook tag mechanism. I will display an image of a building to the users and i want them to be able to tag themselves in which room they are at the moment. The location would be sent to a web server so all users can see other's location. Is that possible and how? Thanks in advance.
It is likely to be possible.
I can suggest the following solution: store the building photo/scheme AND rooms information on server.
In your App, you will display image (perhaps in ScrollView), there you will have just TapGestureRecognizer which will recognize the room, depending on coordinates of tap.
In case of this solution, you will have to manually store information about each tap-zone corresponding to a room. But that's the most likely case.

How to save data or a set of lists in the application using titanium?

i'm trying to save a list of data into the application wen ever i want to save a list that has come from internet.
i'm not saying like a bookmark
it's like keeping or saving all the lists that i want, into the phone for future reference which doesnt need any internet connection then
in short if you have any idea about android, it's like i want to implement shared preference in titanium.
Please help
Thank you.
http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.App.Properties-module
list = ['one', 'two', 'three'];
Titanium.App.Properties.setList('propertyList', list);
Titanium.App.Properties.getList('propetyList');
Ti.App.Properties exist beyond application sessions.

How to delete an app from the App Store with NEW iTunes Connect

I want to delete the tested app from iTunes connect.
When I searched this topic in google i got one solution but i did not get any thing if i am following this procedure.
AppDeletionFromitunes
Please help me if any solution is there
Thanks&Regards
smily
Even in new iTunesConnect, you cannot remove applications that are in any other state than Ready For Sale unless it was approved at least once before.
As you wrote a tested app I guess it is not available on the AppStore or Ready For Sale. You will not be able to delete it.
You can't delete but you can hide it. Go to the Pricing tab (Rights and Pricing) and deselect all the countries. To be able to deselect all the countries click on 'specific territories'. After doing that the status of the app would change to 'Developer Removed From Sale'