Describe the bug
When a user saves their phone number with a country code (e.g. +91 98765 43210), the exported .vcf file omits the phone number entirely. Without a country code, the phone number exports correctly.
Steps to Reproduce
- Set phone number to "+91 9876543210" in profile
- Export DevCard as .vcf
- Open .vcf file — TEL field is missing
Expected Behavior
The exported .vcf should include: TEL;TYPE=CELL:+919876543210
Root Cause
Suspected regex in vCard builder rejects the + prefix or spaces in phone number string.
Describe the bug
When a user saves their phone number with a country code (e.g. +91 98765 43210), the exported .vcf file omits the phone number entirely. Without a country code, the phone number exports correctly.
Steps to Reproduce
Expected Behavior
The exported .vcf should include:
TEL;TYPE=CELL:+919876543210Root Cause
Suspected regex in vCard builder rejects the
+prefix or spaces in phone number string.