How to identify the applicationId?

Asked

Viewed 282 times

1

I am implementing the Firebase in my project, but when registering my application in the Firebase it requests the package name (applicationId).

In the help the following message appears on the page:

In general, the name of your package is the applicationId in the file "build.Gradle" at the level of your app

But I couldn’t find the file build.Gradle in my project.

Can someone tell me where to find the applicationId in Xamarin?

1 answer

0


What he’s requesting is the name of Package of your app.

To find it, right-click on your project and select Properties.

On the open screen, select Android Manifest and look for the item Package name.

inserir a descrição da imagem aqui

Normally the package of your application is its point name (.) itself. If your application is called Myapp, his package will be Myapp.Myapp.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.