Save a contact on the phone

Hello everyone,

Does anyone know a way to save among the contacts of the phone directly from the mobile app?

Make sure you’re on the latest Bubble update (I’m on 3.2.8) because older versions sometimes hid that option.

hey mario11, bubble mobile apps dont have direct access to the phone contacts by default. you would need to use a plugin or a native wrapper like BDK or Natively to get that kind of phone access.

if you just want users to be able to save a contact, you can create a vcard file with the contact info and let users download it. when they open the file it will prompt them to add the contact. its not as smooth but it works without needing native plugins.

another option is to use a deep link that opens the phone app with the number pre-filled. something like tel:+1234567890 works on most phones.