how to build ios app for apple store using PWA builder - progressive-web-apps

i already have a website. I need to create a ios app on ios app store.
I tried capacitor js but still need to maintain it. I think PWA is best suited for it, but also need the app to be listed on apple app store.
for android there is bubblewrap but is there something for ios / apple ?
Ref: link to bubblewrap https://github.com/GoogleChromeLabs/bubblewrap

Related

Flutter app on my iPhone without Apple Store

Good evening, I was wandering if there is the possibility to fully download (not just debug) an app made by me with Flutter on my own iPhone without passing through the App Store and without the developer account of Apple. Thanks in advance!
Edit: If I develop the app with React Native instead of Flutter is the same or in that case can I download it?
Actually, you can't do that because you have to need developer account to install the app on your phone. That's iOS requirements, but you can create free amount then you create free certificate just one week.
https://developer.apple.com/forums/thread/47843
To install a Flutter app on an iOS device you need to either generate an IPA file or publish your application in the App Store. To be able to achieve that you need two things :
A MacOS machine with XCode
An Apple developer account
For 1 there are solutions. If you do not own a Mac you can use services like appollo to configure and build your app. It's pretty easy to use.
For 2, you do not really have a choice. To be able to install an app on a physical device you have to add the device UDID in your developer account. Otherwise the IPA will not be installed.

test iPhone app without an iPhone

I've been sent an iPhone app package (.zip file) that I would like to test. The app is not yet available in the app store and I don't own an iPhone. What are my options for testing this app? I can probably get my hands on a Mac (with some difficulty), but ideally I'm looking for a way of running the app under windows/Linux.
I was hoping to find a website that would allow me to upload the package, and I could then test the app in a browser, but haven't found anything like this so far.
You try what you want, the app code will not run on any other platform then an iOS device.
The best option is the get the source code so you can run the app on a Mac with Xcode and the iOS simulator.
But this is no real replacement for device testing.
Also be aware that iOS ad-hoc app arre linked to device and can there not be installed on device which are not in the profile with which the app is build. The devices are identified by there UDID.
The app you linked is indeed an ARM only binnary and can only be installed on devices that are in the profile used to build the app.
Festivals.ie: Mach-O executable arm
I also took a look at the app bundle and it seems that the app is native, there for you can not simply extract any thing an present it as a webpage. There is no known app to HTML tool available.
In order to test an iOS app the developer of the app must add your UDID to his Member Center under devices. Without that limit everyone could share apps around the globe with no real use for the appstore.
There's no way for you to test it, even if you'll get a Mac and an iPhone.
If not an iPhone, you can test it on an iPad or an IOS simulator... NO other way possible at all...

How to run an iOS Application on a real device

I had developed an iOS Application using PhoneGap Framework. It's working good and well in simulator. Now I would like to test it in real device i.e iPhone 5 with iOS 6.0. I Googled thoroughly. I have two ways: jailbreak the device (not acceptable to me) or bidding the account in Apple portal.
Is there any other way to test my device my application in real device? Is there anybody here to solve my issue?
The official way is to enter the iOS Developer Program (99$), so that you will get the possibility to create certificates and provisioning profiles required. You will also get the chance to distribute your apps through the App Store.
If you are not willing to do it, the other way is jailbreaking your device, which is basically a way to circumvent the need to use certificates for your apps. Your app would then be distributed through an alternative app store like Cydia (i.e, no Apple App Store).
A third option could be getting in touch with an iOS developer friend of yours, and ask him/her to build the app for your device, so you can install it through iTunes.
There are no other options.
You have to register for a developer certificate in Apple.Developer.Then create provisioning profiles and install it. Otherwise you cant install your app in a real device.
You can refer this link for more info

Things that need to be done before an attempt to publish ios app to appstore

I am trying to release an app on the App Store. According to Apple there are few things that need to be verified to ensure your app to be approved by apple. So I would like to know what are the things that I need to know or do with my app before I attempt to publish an ios app to the app store.
This URL will give you complete information to "Add a New iOS or OS X App"
To add a new iOS or OS X app

How to download PhoneGap application to iPhone

I am new to PhoneGap. I have developed a small PhoneGap application and it works fine in the simulator. Now I want to download it to my iPhone. How can I do this..? I'm using XCode4 and PhoneGap V1.0.0. I tried following the guidelines in PhoneGap site, but with no success. It seems that XCode doesn't detect my iPhone.
I don't currently have an Apple Developer license. Do I need to buy one to download my PhoneGap application to my iPhone..?
Thanks.
Yes.Without apple developer certificate you can't run the apps in device.Not only for Phonegap, If you want to load the app in device means, you need license.
Yes, you need a Apple Developer License in order to execute the app on your device.