how to view contacts in iphone in simulator - iphone

hai i'm new to iphone programing
how to view contacts in iphone in simulator?
ok. my question in detail is,
my application runs on simulator. my app should access contacts information of iphone when iphone is connected to mac(pc).

You can't access the contacts stored off of the device. The user will have to sync the contacts either with iTunes or Exchange to the device.

You can access to contact list if you login to iCloud in simulator.

Related

real time sync device contacts with ionic application

Friends I need help in sync contacts from mobile to my ionic app just like when we save the new contact in our device, it automatically syncs to WhatsApp and other applications, I need the similar function to use in my application. Whenever user adds contacts to mobile, it should automatically sync to my ionic app.
I am looking for swift and fast reply,
thanks

User can download same application in many device using same apple id

User can download same application in many device using same apple id? is it written in any document? or is there any restriction on downloading same app ?
If you are testing app in multiple devices in development phase than you have to add all devices UDID in your apple account.
No issue for same appID

Export iPhone App for WWDC Submission

I will shortly be applying for the WWDC Student Scholarship. I have been working on an app that I would like to link to in my application. The app is not currently on the App Store.
When I export the app by exporting the .ipa file through Xcode, and email it to a friend for testing, he is unable to transfer the app from iTunes to his iOS device.
I can set up an Ad Hoc profile for him so that he can test it, but I obviously don't have information affiliated with iPhones Apple will use to review the app once I submit it to them.
What must I do to allow the app to run on any iOS device without setting up Ad-Hoc accounts for each?
Have you looked at the submission page? Login required: https://developer.apple.com/wwdc/scholarships/application/
It says your app must be on the App Store. First submit it to the App Store, then once it is approved you can apply for the student scholarship.
Without the device ID of the test phone, you can't distribute your app in development mode. One thing you could do is setup a free TestFlight account, include TestFlight in your app (takes about 10 mins to setup), and then include the TestFlight tester signup link with your application. Then if they want to try your app they can follow that link to register their device with TestFlight, then you'll get alerted when they do that and you can recompile your app with their device id and push it to them via TestFlight.

Facebook app error when leaving "native ios app" field blank

I previously had a facebook app working great with my native IOS app. I recently recreated the app to rename it for when we release to the app store.
When I select "Native IOS App" and enter the bundled Id but leave "iphone app store id" blank, I get this error:
"Error
You have enabled a Native iOS App integration for your app, but have not specified an iPhone App Store ID or iPad App Store ID"
It says this field is optional.
Use 210849718975311, the iPhone App Store ID used by the sample application Hackbook found on Facebook's developer pages.
As a work around go ahead and add any valid iTunes app ID, even if you do not have a live app in the iTunes store. Once your app goes through iTunes you can come back and change this setting. The other alternative is to come back and add your bundle ID and iTunes information when your app is live.

Create VCards with iPhone Address Book Contacts

I am wondering if there is some way to create and send VCards based upon the iPhone Address Book information from my own app. On the Mac, there is some easy function in the built in app to do this, but I have not seen something on the iPhone like this. So, is there some framework or otherwise that enables me to turn contacts on the iPhone into VCards?
Thanks for any help!
There is a "share contact" button at the bottom of every contact in the contacts app on the phone, press it and you can email a VCard to whoever you want.