creating iOS app for Apple TV using titanium appcelerator - ios

I have created iOS app using appcelerator titanium I want to know if this created app will run on Apple TV or will need to create separate app for Apple TV ?
The idea is to have single ipa that supports iPhone, iPad and Apple TV.
I googled but couldn't find any document where app can be created using Appcelerator for Apple TV.

There is an open request ticket at https://jira.appcelerator.org/browse/TIMOB-19570
So currently it is not supported

You could try to add it just like using the watchOS target in your app. It may require a bit more tooling when talking about resources, but in general they could be merged together.

Related

Is it possible to deploy xamarin.forms ios to iphone without apple developer accaunt?

I want to test my xamarin.forms application on my Iphone 11 pro
witout Apple developer accaunt
I try this but it nor work
create swift app with xcode and use same bundle identifier from my xamarin.forms.ios app but this no work after swift app deploy ,i cant run my xamarin application
that thrown an erorr he0004 resone image not found
Apple has finally introduced a new feature in Xcode 7 that allows you to deploy and run any number of apps on any of your devices, simply by logging in with your Apple ID. You will no longer need a paid Program membership to deploy apps on your own device.
You could refer to this.
You can do via 'Free provisioning for Xamarin.iOS apps', which will allow single application for single device with some limitations. You can find details here.

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

Can I make an iPhone app to be included in the CarPlay with developer version (without Apple official approval)?

I am sorry that I look around but didn't find answer for this. I am new to ios development and want to create an app and include it in CarPlay to test it. I don't want the app to be public now, just for testing. So is there any developer version I can use? Thanks.
If the accessory(Car audio system) supports iOS app for CarPlay, it must setup at least one, but preferably many,SupportedExternalAccessoryProtocol parameters in their IdentificationInformation message
Starting with iOS 12, many CarPlay APIs are public. Once you add the respective entitlements, you can develop a CarPlay app even without Apple's blessing. See How to test an iOS application on the CarPlay simulator for more details.

How to create a apple watch project using phone gap

I am new on phonegap .I want to develop a project for Apple watch. How to develop a project for Apple Watch using phonegap ? What is step to follow ?
Can i convert simple phonegap ios project in apple watch , is it possible then how ? if not so why ?
You have to create a typical cordova project and have to use one of these plugins:
https://www.npmjs.com/package/cordova-plugin-apple-watch
https://github.com/Telerik-Verified-Plugins/AppleWatch
The second one gives you some more options, but both are limited.
There is no way to create a webview based app for the watch, because the watch does not have a webview.
If you need more features, you have to write your own native watch app.

How can I send my iOS app to my client for them to use it?

I've been developing an app using Titanium Appcelerator, until now I've been previewing it using the iOS Simulator and my iPhone.
Now, I want to send my app to the client so they can use it on their iPhone. How can I do this?
Bear in mind this is my first iOS app and so I am not fully au-fait with the terminology or process in making an app go live.
There is no Apple provided mechanism for achieving this, however apps like TestFlight provide a good mechanism for this. You have to register your clients device in order to allow them to install your app. Yes, this should work for Titanium.
You can find out how TestFlight works here:
How does TestFlight do it?

Resources