Hi I searched how to change package name in flutter.But I'm using Firebase admob in my app. My app package name is
"package_name": "com.example.flutter_apptry"
I tryed to upload the app to the store but google says
Since "com.example" is restricted, you need to use a different package name.
So What should I do
Thank you. I'm using firebase ads. in "google-services.json " my app package name is
"package_name": "com.example.flutter_apptry"
As my tought I replaced all the package name but now ad service is not working.How can I fix it