Creating xcode project dynamically - iphone

I have to create a web application where user can create thier own iphone and android app for book, they can give inputs for book icons, can upload file in epub, pdf , txt format.
Can someone please suggest possible solution for how can I do it for iphone?
I have an idea of creating android project from command line and can also do the same from with in the application.

How will you run the android app created by your web on android device?

Related

How to store files in directory that will be accessible to user in flutter?

I have encountered a problem that the app needs to save pdf files downloaded from the internet in the downloads folder in both ios and android, but after searching for solutions on the internet I have not found anything that would help in this implementation. I would appreciate if someone could share their experience in implementing such functionality.
It would be better if you can add more details to your questions. It is preferred that you should attach some code or screenshots of your code so that you can get better help.
every app in android or ios has its own folder in the device storage, android apps will be in the android directory.
you can use the path_provider plugin to get the directory of your app, all the information you need will be in this link

convert this File into APK

I had created this code.org file and they had provided the link
https://studio.code.org/projects/applab/-hUNZI_6cd9viQh-Br1MBrn4t8aHw7Gefou3r_9o1gg/edit
Now I want to view it on mobile as a real app but the link only opens it in a browser.
So How should I convert it into an APK file to get the real app on my phone?
This is a really good website that allows you to view how to make a file into a APK format. Here is the link, https://www.dummies.com/web-design-development/mobile-apps/how-to-create-a-publishable-apk-file-for-your-android-app/, it will be very helpful if you have an android device.

Support custom file extension in a flutter app ( Open file with extension .abc in flutter )

So I am exporting a file created in my application with extension .abc
Now, if the user shares the file on whatsapp or telegram or any other platform and when other user tries to open the file, the "open with" dialog should appear with my application in the list.
I have tried following approach which does not work plus it is only for Android and I am looking for multi-platform solution to this.
Is it possible to register a Flutter app as an Android Intent Filter and to handle Incoming Intents?
I was able to compile the app using above method but could not populate "Open with" dialog with my app's name
Thank you for your time.
EDIT 1:
So I have successfully added this functionality for android but I am still trying to add the same functionality for my iPhone users.
Can someone please help me with swift code part in iOS ??
I am not familiar with swift language but I want my users to be able to use same functionality on both platforms.
I have found a solution for iOS:
You can use the Uni Links package to get the notifications into your Flutter app.
You then need to manually add the file types in the Info.plist for the XCode project. You can find an explanation for example here.

Make my xamarin forms app able to open specific file types?

I am building my first app with Xamarin forms, an EPUB reader. The core app is now working well and able to render documents. The question I am trying to answer is how I can register for my app as a handler for the EPUB document type so that if the file is opened from an email app my reader app will be available as a reader?
Ideally this should be a cross platform solution.
Thanks!
Ideally this should be a cross platform solution.
Unfortunately, there is no cross platform solution that you can use to register to read the file types.
You will need to follow the platform specifications for that,
iOS https://developer.xamarin.com/guides/ios/application_fundamentals/working_with_images/custom-document-types/
Android https://gist.github.com/brendanzagaeski/70afe08654927befb26b

Creating iPhone Apps Generator i.e creating iPhone applications automatically.

I am working on an application to create Magazine in iPad- iPhone. The template is ready but now I want to make an automator on web interface where user who wants an application for his/her magazine can input the contents and details required by the template of magazine and gets his .ipa for magazine done. Something like this 13 tools does.
I tried to find the working of these tools but found nothing. I wish to know if its possible to create this kind of tools? Is there any Apple script to create some kind of bash file or plist file that can help to do this?
Please suggest what approach can be followed to create such tools.