3

I got an error that my release notes were too long. I can trim it down but I need to know the limit.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

2 Answers2

0

In my case it was 16384 characters. I discovered it through manual testing so can't guarantee it's a fixed value and won't change in the future.

Unfortunately it's not mentioned in official docs (or at least I couldn't find it).

Lukasz
  • 21
  • 4
0

The max for Crashlytics was 16384, so I imagine they kept that when it was migrated to Firebase.

Maalevolent
  • 472
  • 1
  • 5
  • 12