AppRater v1.0.32 Release Notes

Release Date: 2017-02-03 // about 7 years ago
  • ๐Ÿ— When compiling a debug build of your app, it can change the package name which means testers can't properly test this feature. I made a slight modification to allow you to do this.

    ๐Ÿ“ฆ // To change package name, just call...
    ๐Ÿ“ฆ AppRater.setPackageName("com.custom.package");
    ๐Ÿ“ฆ If no package is set, your default behaviour is used.