iOS App Release Notes

What's New in Mobile Locker 3.21.3

Released on March 29, 2025.

User Contacts are now available in HTML presentations through the Mobile Locker SDK. To use them, update your SDK to version 3.1.3.

// Retrieve all of a user's contacts at once.
const contacts = await mobilelocker.getAllUserContacts();

// Retrieve a user's contacts in chunks. Do this if they have 50,000+
import mobilelocker from 'mobilelocker-tracking';

const contacts = []
let minID = 0;
let limit = 1000;
let records = [];
do {
    records = await mobileLocker.getChunkedUserContacts(minID, limit)
    records.forEach(r => {
        contacts.push(r)
        minID = r.id;
    });
} while (records.length > 0);

What's New in Mobile Locker 3.21.2

Released on March 23, 2025.

Improved Customer Picker

The customer picker will now guide you through connecting Mobile Locker to your CRM.

Mobile Locker will prompt you to connect your CRM account.

You can also Continue without CRM if you don't have a CRM account.

Read about the updated customer picker.

What's New in Mobile Locker 3.21.1

System Requirement: Requires iOS/iPadOS 16 or later

We're excited to announce two major improvements to enhance your field teams' presentations and customer interactions.

Supercharged Video Player

Our completely redesigned video player gives your teams more control over video presentations.

Key improvements:

  • Seamless looping playback for uninterrupted presentations

  • Adjustable playback speeds to match your presentation pace

  • Enhanced performance and reliability
  • Smoother user experience

Revamped Customer Picker

We've rebuilt the customer selection interface from the ground up.

Key updates:

  • Faster performance when searching and filtering
  • Modern interface designed for efficiency
  • Improved accessibility
  • More intuitive navigation

Ready to experience these improvements? Ensure your teams update their Mobile Locker app from the App Store today.

Improved Quick Share Dialog

We also rebuilt the quick share dialog, making it easier to use. More changes are coming soon, too!

Important Note

Your devices must run iOS 16 or later to use the latest version of Mobile Locker. Check your device's software update settings to ensure compatibility.

Update your Mobile Locker iPad or iPhone app

Follow these instructions to update the Mobile Locker app on your iPad or iPhone. Remember, you need iOS/iPadOS 16 or later.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us