Question on Android App Deployment

WiebeD
New here

Question on Android App Deployment

I am trying to deploy a custom app on a Samsung Galaxy Xcover 5.

The filename of the apk is ntfy-1.11.0.apk.

When adding a new app on MDM I used following info

Name = Meraki SM (seemed to be the most logical thing I can choose from the drop-down menu)

Identifier = be.ntfy

Icon URL = empty

Vendor : Televic

Version = 1.11.0

Source Upload to Meraki Cloud and select apk from folder

Options 

Keep app up to date = Unchecked

Auto-install / auto-uninstall = Checked

remove with MDM = Unchecked

Visable in SSP = Checked

 

When I deploy the app on the phone I receive this error : INSTALL_FAILED_INVALID_APK:/data/app/vmdl249341171.tmp/com.meraki.sm.managedapps.ManagedAppsInstallJobService.SM_CUSTOM_APP_INSTALL_SESSION specified package Televic inconsistent with be.ntfy

 

I suppose I'm doing something wrong but can't figure it out.

Anyone who knows what's the issue here?

1 REPLY 1
Bettencourt
Meraki Employee
Meraki Employee

It is most likely the app identifier that is wrong.

You can find any Android app identifier by opening the AndroidManifest.xml inside .apk file, it will be the first name following the meta-data tag.

Get notified when there are additional replies to this discussion.