Implement In-App Update Functionality - ios

for Titanium 3.1.0 and iPhone 4.2-
How To Implement In-App Update Functionality in Your iPhone/iPad App? Have you ever used an iPhone app where upon opening it, it tells you that there’s a new update compared with app store same app, after click on ok it will be updated with updated version of app. How to develop that functionality with titanium studio?

Related

Is there a way to do In app updates for iOS apps like on Android

I saw a great way of handling app updates by Android, here is the link. Android has exposed a way to check from app if a new update is available and inform user, app can download update which can be installed later. We can also for user to update app for critical updates.
Has apple done anything recently for handling app updates? I am looking for similar kind of implementation for iOS apps.

Deploying app for personal use on iOS device

I want to build a very simple gallery like app (which uses the Telegram bot API to fetch images from certain telegram channel). I want to have this app for both Android and iOS device. I guess either progressive web app or flutter could be used to achieve this. I have developed native android apps before, and wish to learn PWA or flutter along with this project.
So my question is, can I deploy this app to my iOS device without enrolling in the Apple developer program? Since this is only for personal use and I do not wish to publish this app on any app store. Also, do I need to have a Mac with Xcode to do this?!
Thanks in advance!
For developing a Progressive Web App for iOS, you won't need Xcode and a Macbook since it is basically still a website with enhancements. However, bear in mind that PWA support on iOS is very limited. Android has much better PWA support.
This article gives an overview of what is currently possible

Create an app for apple watch with flutter?

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.

Cordova IOS app store rejection (app doesn't use native features)

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

What happens when I drop support for iOS 6?

If I release an update to my app dropping iOS 6 support and adding iOS 7 compatibility, what will happen to users on iOS 6:
Will they see the update in the app store?
Will new users on iOS 6 simply download the last compatible version of the app?
Yes, but not able to update the app.
No. The new users, who haven't purchased your app yet, can't download it directly. But if they really want it, they can purchase it on an iOS7 device then download it in iOS6. In this way they will get a prompt of download the app of its last compatible version.

Resources