I have my native iOS and android app in App Store and play store. We used CoreData for local storage.Now we started developing flutter app with the same bundle id but we don't know how to get the local datas in flutter app when user updating native app to flutter.
don't have any idea to do this.
Related
I made an app for my family that lives in other city and I have a huge problem, I am without the computer with my app and my react native app is crashing when I open on ios. The app load the react native splash screen but crashes. How I can solve this problem? I need to show this app to my family
I have an issue when uploading iOS app with watchOS, when I upload the iOS app it's showing that there is no WatchOS app attached to it. I tested the app in the simulator and it is working fine, here is the targets for my app it is showing there are watchOS targets attached to it
every time I upload the iOS build it is showing there is no Apple Watch app attached. can anyone help me out to figure out what is the problem for this one
I could think this is it. Watch app for iOS is installed with the iOS app, stand-alone watch app is installed standalone via the watch app store
Can anyone point me to how to deploy a Vue Native app on the iOS app store? I have seen a couple of articles explaining how to do this for the Play store, but nothing for iOS.
React Native usually has an iOS build folder which you can open from XCode and deploy your app. But I don't see anything like that for Vue Native.
That is because vue-native runs on Expo, releasing your app to iOS app store can be accomplished through the Expo Docs
I started developing a Bluetooth Low energy application on flutter with android studio ( Windows). As i heard flutter allows to create app for android as well as iOS, I'd like to install my app on an apple watch. But my research got me thinking that this feature was not available yet:
https://github.com/flutter/flutter/issues/2056
https://www.reddit.com/r/FlutterDev/comments/9fryg2/does_flutter_work_on_apple_watch/
So, as I need to develop this app for professionnal need and already coded my app on Flutter, I'd want to be sure that it's not possible or if some solutions exist.
I have built an angular 6 app with a splash screen with Cordova and deployed successfully to the android play store, however I get the following rejection from the IOS app store when I submit the same web code in a cordova app:
Your app did not include iOS features. App Store apps should use native iOS buttons and include iOS features other than just web views, push notifications, or sharing.
It appears it won't pass the review process as a webview only app, however I thought this is what Cordova is for! Is there anything else I can do to make it pass the app store review? Add other native plugins?
I don't want to move off Cordova as it looks great technology.
Google play app : https://play.google.com/store/apps/details?id=io.footballmatcher.app
Any help on this would be very much appreciated.
Thanks
Steve