This repository was archived by the owner on Mar 26, 2024. It is now read-only.
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
Aries Xamarin isn't compatible with Android API 30 #52
Closed
Description
Hi,
I'm trying to upload my app to Google Play Store, but it isn't allowing me to publish it.
Your app currently targets API level 29 and must target at least API level 30 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 30.
When I tried to upgrade the API level to 30, I'm keep getting an IO error while trying to create a pool. On Android 30 can't create a pool, however with Android 29, it works fine.
AndroidManifest.xml
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="30" />
<application android:requestLegacyExternalStorage="true" android:allowBackup="false" android:fullBackupOnly="false"></application>
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Error Logs
9/28/2021 5:59:16 PM - Couldn't create pool config: Hyperledger.Indy.IOException: An IO error occurred. at Hyperledger.Aries.Ledger.DefaultPoolService.Crea tePoolAsync (System.String poolName, System.String genesisFile) [0x00072] in :0 at Osma.Mobile.App. Services.PoolConfigurator.ConfigurePoolsAsync() [0x0023c] in :0
9/28/2021 5:59:16 PM - Couldn't create pool config: Hyperledger.Indy.IOException: An IO error occurred. at Hyperledger.Aries.Ledger.DefaultPoolService.Crea tePoolAsync (System.String poolName, System.String genesis File) [0x00072] in :0 at Osma.Mobile.App.
Services.PoolConfigurator.Configure PoolsAsync()
[0x0023c] in :0
9/28/2021 5:59:16 PM - Couldn't create pool config: Hyperledger.Indy.IOException: An IO error occurred. at Hyperledger.Aries.Ledger.Default PoolService.Crea tePoolAsync (System.String poolName, System.String genesisFile) [0x00072] in :0 at Osma.Mobile.App. Services.PoolConfigurator.Configure PoolsAsync()
Metadata
Metadata
Assignees
Labels
No labels