All Questions
131 questions
0
votes
0
answers
25
views
How to prevent screenshot of opened document in UIDocumentInteractionController? [duplicate]
everyone! I'm building an app for making documents(UIKit). And after user fill all the info, the app presents a filled document. I use UIDocumentInteractionController to present it on full screen and ...
0
votes
1
answer
179
views
UIDocumentInteractionController not showing .docx apps like Word and Pages
I have a chat app that also lets you send and receive documents. I'd like to be able to open .docx files in a suitable app like Word or Pages.
The code I'm currently using:
self.uidic = ...
-1
votes
1
answer
58
views
Server response throwing Unable to process while uploading document/Photo to server in Swift
I am trying to uploading document to server. In Action sheet, User can choose Photo from gallery to Document to upload.
So, I am taking either photo or document and converting it into Data.
After that ...
0
votes
0
answers
298
views
How can i retrieve one specific field from Firestore collection's document without doing in it via the uid document?
as I mentioned in the title, im trying to pull data from a specific field, the idea is the user is typing a certain number in the search bar, if the number (car license number) exist the user can ...
1
vote
0
answers
160
views
iOS App - How to set app's default document storage lcation to "on My Device" by code?
I'm developing a document based iOS app and would like to set this app's document storage location to "on My Device (iPhone/iPad)" by source code.
I noticed that once my app is installed on ...
0
votes
1
answer
169
views
How to write multiple image files iteratively to documents folder in swift swiftui ios
@ObservedObject foldersData = FoldersViewModel()
func genThumbnails() -> Void {
for ind in subDirNames.indices{
for indd in galContents[ind].indices{
if ...
1
vote
0
answers
41
views
How do I preserve the Font/Color of a Swift document generated via Xcode in a custom iOS/MacOS Application?
Scenario: a rudimentary iOS/MacOS application generated by Xcode 'document' template with the ability to read/write .swift file.
Purpose: to have a Swift-Language source-code viewer for both Mac & ...
1
vote
1
answer
586
views
Does using UIDocumentPickerViewController need iCloud capability to be enabled?
I have an application with chat feature.
In this, the user is able to attach a document using the app for which I am using UIDocumentPickerViewController. But I read that it requires iCloud capability ...
0
votes
0
answers
43
views
Ionic IOS import more than one document
If I'm in the Apple Files App and select multiple documents and want to import them into my App it only imports the first document and not all of the selected documents. So when I start the simulator ...
0
votes
1
answer
255
views
Why is my iOS app not suggested in the "Open in..." dialog?
I am currently working on a "share" feature in my app. I have custom objects that I am parsing to JSON and I currently have a working implementation to export them as a "___.blueprint&...
1
vote
0
answers
131
views
How do I pick a .pgw file in the iOS document picker?
I'm developing an iOS app that needs to read .pgw files (https://en.wikipedia.org/wiki/World_file) from the local device storage. I have a sample file on my device that I'm trying to open from within ...
1
vote
2
answers
185
views
Deleting files from Documents Directory
I'm saving Images in Documents Directory and I allow user to edit Images, so if user want to change Image, I'm deleting previous image and then I'm saving new one. At the same path.
There is my ...
0
votes
1
answer
15
views
Document folder for previously working app using Document Browser disappeared
I have an app built that uses the UIDocumentBrowser. It was working fine until I tried to add an ImagePickerController to allow the app to use the camera and take photos. The Documents folder is now ...
3
votes
3
answers
6k
views
Share pdf document .Swift
I am trying to share a pdf document that I open in pdfView. But for some reason activityViewController is empty, and I can’t send a file somewhere.
Please tell me how to fix my code!
Code of my ...
0
votes
1
answer
974
views
Implementing APPLE PAY using stripe
I am new to Payment Integration. I need the proper documentation for Implementing Apple Pay using Stripe. I am using ionic 3 and angular 6. Please anyone suggest me.