Hi all, reaching out to you due to an issue on the latest MacOS FF versions, after the 6.1.15 update my android app is buidling but throwing an error
Unknown calling package name 'com.google.android.gms'.
My android manifest is unlocked and has the correct API key, however when I build the app for local run the app wont load and throws the error above. I have opened a defect with FF on GH and they stated "cant reproduce" and asked me for a video which I sent, its been 5 days and no response whatsoever.
On IOS the app loads fine because the google gms key is in the appdelegate file already, but on android is an issue.
My Android advanced settings:
kotlin defaul to 2.1.0
min sdk 23
compile sdk 35
target sdk 35
<meta-data android:name="com.google.android.geo.API_KEY" android:value="GOOGLEMAPSKEYHERE"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
In addition, the manifest file fails to load in the local desktop Mac OS version, it loads on the web version
Honestly at every FF update I get scared they will break my build and stop my production delivery flow.
this is the output I get in the logs
E/GoogleApiManager(15097): Failed to get service from broker.ย
E/GoogleApiManager(15097): java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
It seems that firebase libraries are not detecting the correct google map service.