Native iOS Sencha 2 build - can we dynamically update the app like we can when we download it from the web, or do we need to submit a new app to iTunes each time ?
http://docs.sencha.com/touch/2-0/#!/guide/native_packaging
If you don't want to push updates through iTunes, you can use a 3rd party service like: https://testflightapp.com/sdk/live/ to distribute your updates OTA
Related
I am adding react-native-code-push to my React Native 0.68 app. Here is the Get Started doc (v7.0.5) says about how to support both android and iOS platform:
[Note, if you are targeting both platforms it is recommended to create separate CodePush applications for each platform][1]
I am not quite sure about the words above. Does it mean I need create 2 almost identical React Native apps, one is for code push IOS and another for code push Android?
Hi guys I need my react native app to update it self automatically (with user consent) when new version is published to the store (both android and ios)
I need the app to download the apk or ipa and complete the update process, not using CODE PUSH or OTA,
is it possible?
The app itself can't do that.
The closest thing you can do is:
Verify app version against the version on the server (if you have a back end).
Present a button to the user which will open the app store off your platform directly at your app's page, using deep linking.
You will have to keep server and deployed app versions in sync.
I need to publish my react native application to test flight from windows environment
You can't do it on Windows 10.
You need XCode to archive the app and send it to ITunes, where you can use tesflight
Actually, you can't even run the iOS app on Device without XCode.
https://facebook.github.io/react-native/docs/running-on-device#docsNav
I'm developing a React Native application. We are using Fabric for beta testing. Is it possible to upload
Android app with split APKs ("armeabi-v7a" and "x86")
iOS app
with the same package ID?
Thanks! Yes this is possible, however you will need to create blank apps in AS and Xcode to get the initial skeleton setup in Fabric. Then you will be able to distribute your React Native app for both platforms.
I'm using sencha touch 2.2.1
I have doubt to config a sencha app to iOS app in windows7.
I already deployed the sencha touch app to android app its works well. My problem is I don't have MAC-OS. so, can I deploy sencha app to iOS app in windows7 alone with apple-ID, certificate path and key values in sencha config file.
pls anyone tell me thanks in advance...
This should work. Just set up a packager.json file as it is described here and use sencha app build native in your command line to build your native iOS app.
If it does not work you could use the PhoneGap-Cloud-Build-Service. You'll find information about how to set up cordova / phonegap in this video.
You will need to build all your apps in XCode 5 from February 1st which will require a mac.
source: https://developer.apple.com/ios7/
I saw this service yesterday which I haven't looked into myself, but may allow you to compile apps in the cloud using one of their macs, rather than have to buy one yourself at great cost : http://www.macincloud.com/