You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I got error value is null on akavache. This is happened only when app get deployed into real device via testflight. Not happening when using debug or even release mode in real device. After rge
Steps To Reproduce
Add Akavache and AppCenter into iOS and Xamarin.Forms project
in App.xaml.cs constructor
3. Add some service to use Akavache
4. Deploy in real device via testflight with linker behavior : Link SDK only
5. When accessing akavache it got error Value cannot be null. Parameter name: source
6. This is not happen when debug or release mode in real device without testflight
Expected behavior
The app should can access akavache even when deployed via testflight
Environment
OS: iOS 13.6, iOS 14.0
Version: 6.10.20
The text was updated successfully, but these errors were encountered:
Describe the bug
I got error value is null on akavache. This is happened only when app get deployed into real device via testflight. Not happening when using debug or even release mode in real device. After rge
Steps To Reproduce
in
App.xaml.cs
constructor3. Add some service to use
Akavache
4. Deploy in real device via testflight with linker behavior : Link SDK only
5. When accessing akavache it got error
Value cannot be null. Parameter name: source
6. This is not happen when debug or release mode in real device without testflight
Expected behavior
The app should can access akavache even when deployed via testflight
Environment
The text was updated successfully, but these errors were encountered: