I am trying to upload file from a UIWebView that is presented modally.
It works fine in iOS 7 but in iOS8 i have the options to take a picture or choose from existent and when i click in anyone of the options list the web view is dismissed and no file uploaded.
Can anyone help me please?
Related
I have tried the following, but iTunes still wants me to upload iPhone screenshots.
1.) Devicefamily set to 2 info.plist.
2.) General - Targets - Deployment Info - Devices is set to iPad
3.) App Icon checked ONLY for iPad.
4.) All assets being used across project in Assets.xcassets are checked for iPad ONLY.
I have attached screenshots for all four points mentioned above. On iTunes it still wants me to upload screen shots for iPhone.
Please assist, I am having a hard time finding the needle in the haystack.
On the same screen where you have options of Screen Shot Scroll down Select the Build first and upload the SS for iPad only, itunes will detect automatically depending on you build (iPA).
I need to do the following customizations on the provided iOS 11 Document Based App Template:
A library with only my App files, as Procreate example App bellow
Get rid of the sidebar browser, so I have a fullscreen that shows only my library.
https://assets.procreate.art/video/home/mp4/block-10.mp4
I have asked Apple Code Level suport but still haven't got an answear. Can someone please help?
Thanks!
I am trying to create a launch storyboard for an iOS 8.1 app using Xcode 6.1.1
If i create a ViewController, add a view and add a label to that view, it all seems to work fine on actual devices. But when I add a UIImageView with an image file, the image never appears on the device.
Has anyone else had this problem? Has anyone else been successful just having a simple UIImage in a launch storyboard? I must be missing something.
FGRios
Just use image file added to project, not from *.xcassets
I had exactly the same issue. Removing the app from my phone, reboot the phone, and reinstalling the app fixed it for me.
I want to my already build app work on iOS 8, so I install Xcode 6.0 and run my app into iOS 8 it is showing me few issues.
Picker view's values are not showing UIPickerView in iOS 8.
Location CLLocationManager is not working in iOS 8.
Kindly help me on these if some body faced these issues already. Looking for response.
Thanks.
In iOS 8 you need 2 parts to get permission for CLLocationManager.
Provide one of the following strings in the info.plist file
NSLocationAlwaysUsageDescription
NSLocationWhenInUseUsageDescription
Call the appropriate permission method in code which matches the string above
requestAlwaysAuthorization
requestWhenInUseAuthorization
I created an osx application in xcode that shows a webpage using a webview. But for some reason it is not showing the file open dialog in my webpages.
Safari and chrome seem to be fine so the page seems to be ok.
The only related setting for the webview i can find in xcode is "enable popups" but that's enabled. Does anyone know why this might be happening?
Thanx
Wouter