womandroid

Results 4 comments of womandroid

Unfortunately, it still doesn't work for the latest version 0.8.4.

Here is the log message when I purchase the product by a purchased account: ``` unhandledTransactions: productId: com.xxx.app.product, transactionId: null, state: purchasing, date: nil Unexpected restored transaction for payment com.xxx.app.product...

Here is my solution: My supportedLocales: ``` supportedLocales: const [ Locale.fromSubtags(languageCode: "en"), Locale.fromSubtags(languageCode: 'zh', scriptCode: "Hans"), Locale.fromSubtags(languageCode: 'zh', scriptCode: "Hant"), ] ``` The key is use `localeListResolutionCallback`: ``` return MaterialApp(...