The get level method does not parse levels with double type i.e. 0.5. The app crashes at the time of loading. The solution to this issue, is parsing double and then converting it into integer value. e.g. level 0.5 to level 0
The get level method does not parse levels with double type i.e. 0.5. The app crashes at the time of loading. The solution to this issue, is parsing double and then converting it into integer value. e.g. level 0.5 to level 0