I wanted to change package name and application id for my current project so I did that by refractor rename and open module settings respectively.
But here's is two things I am worried which I guess might create a problem.
- The name of my project is still the same earlier if my package name was com.company.Abc then project name was Abc so I decided to keep com.company.Xyz but the project name remains Abc. But I guess this will not be problem since project name is not associated with package name though I wanted to change.
Things I am worried: There is a file name Abc.iml which is a configuration file but after refractor I didn't get any Xyz.iml, I don't know what this will do.
- The major problem which I am facing is I am using fabric crashlytics in my current project and in account the project is showing the previous project id. I have changed the app name but don't know how to change this. I am sure this will not report anything since I already refractor the package name and project id