I have created new flutter app, which is clone of native swift ios app. Both app will have same bundle identifier, So once app launch on app store, Flutter app will overwrite native swift ios app. Now, in swift app i have local storage in core data, which i want to access in flutter app, when app will be overwritten from app store. I have one approach that i will have to access data in swift code, of flutter app & via method channel i can get that data in flutter, but how can i access that local storage (core data), in swift code of flutter?
How can i access local app storage in flutter app, when app is overwritten from natiive swift app?
59 Views Asked by Jaini At
0
There are 0 best solutions below
Related Questions in SWIFT
- Navigate after logged in with webservice
- URLSession requesting JSON array from server not working
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Protect OpenAI key using Firebase function
- How to correct error: "Cannot convert value of type 'MyType.Type' to expected argument type 'Binding<MyType>'"?
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Using @Bindable with a Observable type in SwiftUI
- How to make a scroll view of 9 images in a forEach loop open on image 6 if image 6 is clicked on from a grid?
- Using MTLPixelFormat.rgba16Float results in random round-off errors
- Search and highlight text of current text in PDFKit Swift
- How is passing a function as a parameter related to escaping autoclosure?
- Actionable notification api call not working in background
- Custom layout occupies all horizontal space
- Is it possible to fix slow CKAsset loading on Cloudkit?
- Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value - MapView.isMyLocationEnabled
Related Questions in DATABASE
- How to add the dynamic new rows from my registration form in my database?
- How to store a date/time in sqlite (or something similar to a date)
- Problem with add new attribute in table with BOTO3 on python
- When an E-R attribute should be perceived as a relationship attribute or as an entity set attribute?
- SQLAlchemy: efficient relationship loading in 3-way many-to-many relationship
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Local or remote database with react-native?
- I want to edit a specific row in database
- How to enter data in mongodb array at specific position such that if there is only 2 data in array and I want to insert at 5, then rest data is null
- Open Web Library
- database login.py and register.py error showing 404 file not found and doesn't work
- SQL71561: SqlComputedColumn: When column selected
- Liquibase as SaaS To Configure Multiple Database as Dynamic
- Updated max input vars but table still shows error
- Spring does not map set of roles
Related Questions in FLUTTER
- Flutter + Dart: Editing name of a tab shows up a black screen
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Way to get CustomPainter to track face in Camera Flutter MLKit
- flutter Null check error: did not show file and line number
- Creating multiple instances of a class with different initializing values in Flutter
- I want to paste stickers into to my TextField and to show the stickers beside the emojis
- Flutter plugin development android src not opening after opening example
- Module not found when building flutter app for IOS
- How to make barrier area interactive in flutter modal bottom sheet
- Can an RPC result be included in a Supabase select function in Flutter for Data Modeling?
- Why do I need to wait to reaccess to Firestore database even though it has already done before?
- Flutter web app on Windows -how to support mouse drag for horizontal and vertical scrolling as well as using mouse wheel
- I wrote this time displaying FLUTTER app, How can I improve it?
- Appwrite and / or Spring Boot Backend
- Flutter two_dimensional_scrollables Web app Chrome - cannot get horizontal scroll to work?
Related Questions in LOCAL-STORAGE
- Where to store secret token for an embeddable web widget?
- Next 14 - localStorage not working after refresh
- How to implement tab-dependent storage?
- My project uses cookiebot but when I accept cookies at the start of website it deletes my localstorage data
- Unable to get object {countScore} into local storage using ==> localStorage.setItem("gameScore", JSON.stringify(countScore));
- Can someone help me understand what the problem here is and possible solutions?
- where can I find all keys saved in the local storage?
- Array of states within context partially not updating
- How to do I add my data to LocalStorage with createdElements and display them?
- Access localStorage property, method returning null
- useEffect doesn't listen localStorage due to react-query
- How to set my jwt token in my client/localstorage?
- How do I access the actual storage of an Android device with my MAUI App?
- How do i store data for HTML for file://
- Adding an item in index.html page to favourite page with vanilla JavaScript
Related Questions in CORE-DATA-MIGRATION
- Core data issues with refactoring an entity
- Core Data Lightweight Migration
- Core Data replacePersistentStore error "Failed to replace destination database"
- Lost data with custom migration CoreData
- Why does Core Data migration run on app launch?
- How to do migration for the attribute type change (String to Int16) in Swift - iOS
- SwiftData migration ignores custom SchemaMigrationPlan
- App Crashes on test flight after installing due to CoreData Migration
- Is the underlying Sqlite file of CoreData portable across platforms?
- Core Data migration with empty tables inside DB
- How can i access local app storage in flutter app, when app is overwritten from natiive swift app?
- Core Data modifications not saved in two of three tables (maybe because of a previous Core Data migration?)
- Populate new UUID attribute during Core Data migration
- Disregard old CoreData Model and use new updated model for users who are updating to new version of app?
- How to use sortDescriptors in order to fetch data from the previous view?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?