Skip to main content

I want to switch to Android Billing Library 6. Currently I am using purchases_flutter: ^4.11.0. Everything is working fine as i want. But when i try to update it to purchases_flutter: ^6.0.0 then app got crashes at start. I don’t see any error or info in console. 

Help me

Hi! If you are switching from 4.11.0 to 6.0.0, have you taken a look at the migration changes outlined in the Changelog? You can find them in the notes for 5.0.0 and 6.0.0. This may be what is causing the crash. Is the crash occurring before or after you call configure? If it is after, could you enable debug logs and share them when recreating the issue?