Hi @MarijanLesko & @Patrick_, Just to add onto @Patrick_'s comments, we do have a few options for configuration since the recent Google changes in accepted authentication methods: Configure a 3rd party (non-native iOS Mail App) via a Managed App Config - more on this below: https://documentation.meraki.com/SM/Profiles_and_Settings/Using_the_Managed_App_Settings_Payload Gmail https://support.google.com/work/android/answer/7065453?hl=en (Non-Cisco URL) Microsoft Outlook: https://learn.microsoft.com/en-us/exchange/clients/outlook-for-ios-and-android/account-setup?view=exchserver-2019#key-value-pairs (Non-Cisco URL) Configure and utilize OAuth2 rather than basic authentication - touched on below by Google Support: https://support.google.com/a/answer/9750173?sjid=2283771315733416322-NA (Non-Cisco URL) Lastly (and potentially the easiest effort if the default Mail App is desired) - utilize the 'Google Account' Payload. If utilizing 'Owner' e-mail addresses (more on this below) they can be passed through the following process with Apple Configurator: https://documentation.meraki.com/SM/Profiles_and_Settings/Variables_in_Custom_Apple_Profiles_with_Systems_Manager <key>AccountName</key>
<string>$OWNERUSERNAME</string>
<key>EmailAddress</key>
<string>$OWNEREMAIL</string> https://documentation.meraki.com/SM/Other_Topics/Owners I did confirm internally that our Payload (more on this below) for ActiveSync has not changed as of recent and has been implemented per Apple's Developer Documentation outlined below: https://developer.apple.com/documentation/devicemanagement/exchangeactivesync
... View more