Do i need to use same Signing key or different one
Ans : You need to create a new release key (.jks file) and also set up a new app on the Play Store under the same account. When you upload the newly built package to the Play Store, new signing keys (App Signing Key & Upload Key) will be generated. These keys must be added to Firebase under the respective Android app. Additionally, you need to replace the google-services.json file in the code with the updated version. After making these changes, rebuild the app and upload it for review on the Play Store.
do i need to create different web app as well in firebase
Ans : No need to create a new app for the web because Firebase creates only one app for the web, which is independent of the package name. Do not manually create new apps on Firebase.
Regards,
Mr. Priyank
Do i need to use same Signing key or different one
And do i need to create different web app as well in firebase
Hi,
I understand you're looking to update your app's package name due to account termination. Here's how you can proceed:
Update the Package Name in Your App:
Modify your app's build.gradle file to reflect the new package name.
Update the package name in your app's manifest and any other relevant files.
Integrate with Firebase:
Add the New App to Your Existing Firebase Project:
In the Firebase Console, navigate to your existing project.
Add a new Android app with the updated package name.
Download the new google-services.json file and replace the existing one in your app.
Retain the Old Package in Firebase:
There's no need to remove the old package from Firebase immediately. Keeping it allows for continuity until your new app version is approved on the Play Store.
Resubmit to the Play Store:
With the new package name, your app will be treated as a new submission.
Ensure compliance with all Play Store policies to prevent further issues. Review the rejection or termination email carefully to understand the reasons and make necessary adjustments.
Review Play Store Policies:
Before resubmitting, thoroughly review the Play Store's policies to ensure your app complies with all guidelines. This will help in avoiding future rejections or terminations.
If you need detailed steps or further assistance, feel free to reach out.
Regards,
Mr. Priyank
Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need
okay thaks
But I already create the app manually from firebase yesterday.
is there an issue with that