Reputation: 2762
My app has an option to send support email, which auto-includes the app version at the bottom of the email. Occasionally I get email with a version that doesn't exist. For example the current version of the app is 2.2 and I may get a support email that says version 2.2.9. In addition, I'm using Crashlytics, which also shows the extra versions.
My assumption is that they are pirated versions but I don't know for sure and was hoping for a second opinion before I respond to or ignore those support emails.
Upvotes: 1
Views: 78
Reputation: 12379
From what u said,somebody pirating your apps and changing app version is the only possible outcome i could think of.
For making it harder for app piracting u could use Proguard
Upvotes: 2