cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4052
Views
0
Helpful
4
Replies

Newbie question on Android App Deployment

donh_sbht
Community Member

I am trying to install a custom App to a Samsung Tab A. I have tried downloading the app and building a package that I upload the app to the Meraki cloud.

The app link is https://drive.google.com/uc?id=1925npmk13YJO_oOBxw5OofKNQeSenHfq and it is valid because I will able to pull the app down directly to the device.

When I download the app down to my computer the filename is incab-release-4.1.10.13(32).apk.

When I built the app I used the following information

Name = Transflo Incab

Identifier = incab-release-4.1.10.13(32).apk

Icon URL = https://drive.google.com/uc?id=1925npmk13YJO_oOBxw5OofKNQeSenHfq

Version = 4.1.10.13(32)

Source Upload to Meraki Cloud and drug the file into the box

Options

Keep app up to date = Unchecked

Auto-install / auto-uninstall = Checked

remove with MDM = Unchecked

Visable in SSP = Checked

When I deployed I received this error on the device = INSTALL_FAILED_INVALID_APK:/data/app/vmdl1256105429.tmp/com.meraki.sm.managedapps/ManagedAppsInstallJobServcie.SM_CUSTOM_APP_INSTALL_SESSION specific package incab-release-4.1.10.13(32).apk inconsistent with com.pegasustranstech.transmobileplus.incab

I suspect I am entering the wrong information in the App page so can someone assist with what should be the correct entries to build a package?

1 Accepted Solution

Accepted Solutions

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

I believe:

Identifier = incab-release-4.1.10.13(32).apk

Should match your app ID of com.pegasustranstech.transmobileplus.incab.

View solution in original post

4 Replies 4

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

I believe:

Identifier = incab-release-4.1.10.13(32).apk

Should match your app ID of com.pegasustranstech.transmobileplus.incab.

Phillip

Thanks for the reply, but I still have a question, is the APP ID then the numbers in the download string. Or is the APP Id something that I need to get from Pegasus?

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

The APP ID is embedded in the APK file by the developer when they make it.

In this case we know that APP ID from the error produced.

Thanks I will reach out to the developers