|
|
|
|
|
by tehlike
1716 days ago
|
|
My suspicion, having worked at google for a while, is that this is a parser / version eligibility bug. Someone probably put the list of major versions where this is supported, and 15 was not there :) Things like this happened every new ios release. Going from 9->10 was a problem for example because regex used was limiting major version to single digit etc. |
|