vcf file not opening in ios 10 - iphone

We have developed a code in .net that would send a contact file in VCF format to iphone. This was working fine till ios9, but from ios 10 contacts app in iphone is not recognizing the VCF file. Instead it is displaying in ics format as shown below.
Below is the code that we are sending in VCF format. Can somebody please help me on how to save the contact to ios 10.
BEGIN:VCARD
VERSION:3.0
N:Jakubowski;Erica;;;
FN:Erica Jakubowski
ORG:ALL-STATE LEGAL
TITLE:Technical Support Specialist
item1.TEL;TYPE=WORK,VOICE:800.222.0510
item1.X-ABLabel:Work Voice
item2.TEL;TYPE=WORK,FAX:111.111.1111
item2.X-ABLabel:Work Fax
item3.TEL;TYPE=CELL:222.222.2222
item3.X-ABLabel:Work Mobile
item4.EMAIL;type=INTERNET,WORK,PREF:ejakubowsk#aslegal.com
item4.X-ABLabel:Work
item5.ADR;TYPE=WORK,PREF:;;1 Commerce Drive;Cranford;NJ;07016;
item5.X-ABLabel:Work
item6.URL;TYPE=WORK:www.aslegal.com
item6.X-ABLabel:Website
NOTE;ENCODING=QUOTED-PRINTABLE:My=20Mobile=20Business=20Card:=20=0D=0A=0D=0AI=20learned=20more=20about=20Erica=20Jakubowski=20Near=2018=20Sikh=20Rd,=20Jupiter=20Colony,=20Radha=20Swamy=20Colony,=20Bowenpally,=20SC=20on=209/17/2016.=0D=0A=0D=0AFind=20me=20here:=20=0D=0AMy=20LinkedIn=20Profile:=20http://www.linkedin.com/pub/erica-jakubowski/33/392/a02=0D=0AComplimentary=20vizCards:=20www.vizibility.com=0D=0AWhat's=20a=20vizCard?:=20https://www.youtube.com/watch?v=3DgTp4RMe8unw=0D=0AGoogle=20Me:=20https://www.google.com/webhp?sourceid=3Dchrome-instant&ion=3D1&espv=3D2&ie=3DUTF-8#q=3Dallintext:%22erica+jakubowski%22+%22all-state+legal%22+OR+asl++=0D=0AALL-STATE=20LEGAL:=20http://www.aslegal.com=0D=0Atest:=20www.aslegal.com=0D=0A
PHOTO;ENCODING=BASE64:;TYPE=PNG:iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAYAAAA9zQYyAAAAAXNSR0IArs4
END:VCARD

Related

Photo inside vCard inside QR code: How to make it readable?

I am trying to create a QR code containing my vCard with an inline, Base64 encoded photo in PNG. (I am not interested in a photo referenced by a URI.)
I have studied vCard 3.0 specification, vCard 4.0 specification and Wikipedia articles "vCard" and "Base64".
I have created many vCards:
versions 2.1, 3.0, 4.0
photo as PNG or JPEG (just in case PNG does not work)
with and without line folding in Base64 photo
with and without diacritics in my contact details
Example:
BEGIN:VCARD
VERSION:3.0
N;CHARSET=UTF-8:Diblík;Petr
FN;CHARSET=UTF-8:Petr Diblík
TITLE;CHARSET=UTF-8:přední český mozaikář
NICKNAME:pd#
TEL;TYPE=cell:+420777282921
EMAIL:petr.diblik#mozaikar.cz
URL:http://www.mozaikar.cz
PHOTO;TYPE=PNG;ENCODING=B:iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAACCEkxzAAABPklEQVR4AW3LMUvDQBjG8ecSSwbBdtEuauwgdHN3ueLmpJtgh36EfgDByya6+BEs+AGcBAcht9XRzUmMuLioRZHG2OTxXnqgqO9yP/48B2aQi37A/kHyHy6AEIJFCADsCnKHS4+ZiWAEtNaBSLBWepwXHi9j2WQIDJNG5KBSoiYIyKtgKKXHfEEAw4+dA1ggJjkU1B2kIHQ4lo0SSIEhT2AVoMnUwco3jQz3gynCPI9PK4MRJu04mTN4BPMYAR3MRKNFXCsW2s4TGUyhH5aIFZhcpynRgS70HYkEZmQoQJxpAaAHZoqm8jj0gFUUQCXwAH6XDvwY36g8avseq6+VAG29V/YEjXrJVLAcsbwR1N9YvQuaJEtB5PAsCB2YeoylwMGcCTT5OQYwu0VWt8C2e9ntY+OoSxZPhN3su1LxC1Cg7qrVLzSeAAAAAElFTkSuQmCC
END:VCARD
Some of the vCards (not encoded in a QR code yet) can be successfully imported to Google Contacts, including the photo.
But when encoded in a QR code (using goqr.me or qrcode-monkey.com), the vCard is always read WITHOUT the photo, using any of the following QR code readers for Android:
Google Goggles
QR Code Reader (Scan, Inc.)
Seznam.cz qr ctecka (Seznam.cz, a.s.)
(QR Code Desktop Reader (CodeTwo) for Windows cannot read those QR codes at all.)
Please advise how to improve the vCard so as it can be read from a QR code and saved to contacts INCLUDING the photo.
Or if the vCard is valid, is there some combination of a platform (no matter whether desktop or mobile), a QR code reader and a contact manager sw that can do that?

How to save QR code as an contact in address book in iPhone

I have started using QR code in one of my app. I have successfully implemented Google API for scanning phone number and generate QR. I have got QR code working, How do i save that QR code as an contact inside address book in iPhone. Please if there is any kind of link or help let me know. Thanks for all the wonderful support
Your QR should be encoded in a specific format. If your QR is vCard encoded, then you can parse that into a Contact and save it.
You might be able to use this as a reference:
How to save contact info from vCard into iPhone's Contacts App

Reading Adobe .issue file in objective C / Epub

Hi folks, am developing a ipad application which should read a Adobs's .issue file and display.
Here i dont have any .issue file use and create sample. Where to get that file ?. If there is any link to download .issue file will be helpful.
And also how to read a .issue file in objective c.?
There is a app in app-store named wired app which reads .issue and displays. i dont know how that people developed that application and also there is no examples out there in net for reading .issue file.
Any idea and suggestions will be helpful.
Cheers...
Short answer: Unless you're prepared to reverse-engineer the format yourself you're out of luck.
The .issue file format is a propriety format belonging to Adobe for use with their Digital Content Viewer, which can be licensed and branded. This is what Wired use to produce their digital magazine.
This new .issue format is a compressed file format that contains vertical and horizontal magazine layouts, metadata, code to enable interactivity, and associated assets (images, video, etc.) Once the layouts have been packaged into the .issue format, the file is then rendered and displayed to the end-user using a publisher-branded Digital Content Viewer. The WIRED Reader, for example, is the first instance of a publisher-branded viewer. This Digital Content Viewer allows readers to interact with and navigate through the magazine content (including via the innovative “browse” mode). Previously we announced the Digital Content Viewer for Apple iPad; in the future we also expect to develop the Digital Content Viewer on Adobe AIR for desktops and other devices.
You can find out more about Adobe's digital publishing platform here

Iphone , how to read mp3 google tts in iPhone

I use the sample code in this link
http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html
its work for all http link mp3 file but its not work for
#"http://translate.google.com/translate_tts?q=";
because it is html 5 page can i help me please for read this link

Record and email audio files on the iPhone?

is it possible to record the sound in iPhone 2.1 and then attache it in mail? I have to record any sound on one button click. Please help for that.
I believe that the iPhone 2.1 SDK does not have any APIs to attach an audio clip in mail.
I believe you could do this if you wrote your own email app and were able to properly encode the data from our audio file as an attachment. From what I have read the current sandbox environment for the Mail is only allowed to look into pictures for attachments.