cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Asset Manager 2110 cloud build FCM package error

esr-spatil
Explorer
0 Kudos
705

Hello,

we are enabling multi user feature & followed help document of SAM 2110 for branding. We are able to build & run branded client on iPad simulator on Mac. We are facing an issue while uploading MDK project with customised Mobile Development Kit Client option on cloud build.

Error:

MDK project:

Accepted Solutions (0)

Answers (2)

Answers (2)

samir_nigam
Explorer
0 Kudos

There are certain validation checks performed on the content of the uploaded ZIP.

The "Invalid FCM Package name" error is reported when none of the client entries in google-services.json have package_name that matches your "BundleID" in MDKProject.json (and that must match the Bundle ID of the application where the build job is created).

More details can be found here.

https://help.sap.com/viewer/468990a67780424a9e66eb096d4345bb/Cloud/en-US/c464d6d370574b588e53a3bcf0e...

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

What does your MDKProject look like? Do you have any numbers in your bundle id? I am guessing the bundle id contains invalid characters from an Android perspecive.

esr-spatil
Explorer
0 Kudos

Hi Bill,

Bundle id looks like 'COM.OPEX.SAM2110.SYS.MOB' and also error thrown while uploading mdk project. Required platform in our case is only ios not android.

MSKProject.json:

mdk project:

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The upload is most likely checking for the stricter requirements. I would suggest changing your BundleID to remove the numbers and see if the upload works.

esr-spatil
Explorer
0 Kudos

Hello Bill,

Unfortunately didn't work even after removing numbers. Tried with below bundle id.

Bundle ID: opex.ds.sam.mob

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

One other thought is to check if you have the default SAM google-services.json file in the App_Resources/Android folder of your .mdkproject. Since you mentioned you are not using Android I would recommend just deleting the file if it exists.

esr-spatil
Explorer
0 Kudos

Issue not appearing by removing google-services.json from App_Resources/Android folder. Thanks Bill !!