Questions tagged [iphone7plus]

17 questions
15
votes
1 answer

How to switch on all iphone 7 LEDs in swift/objective c

Similar question to this one but for the iPhone 7. The iPhone 7 has 2 amber LEDs and 2 white LEDs. When you turn on the torch only 1 of the LEDs turns on. The amber ones turn on intermittently when using the camera in my app (I seem to have no…
Manish Patel
  • 4,411
  • 4
  • 25
  • 48
10
votes
1 answer

iPhone 7 simulator is not found on Xcode 11 beta

I have downloaded Xcode 11 beta and create a project for iOS 13.0. When I search on target simulator device. There is only iPhone 8 to iPhone XR only available. iPhone 7 and iPhone 7Plus is missing. Help me.
Kathiresan Murugan
  • 2,783
  • 3
  • 23
  • 44
4
votes
1 answer

iPhone 7 Plus AVPlayer has border around it (Colors mismatch on white)

I'm seeing strange behavior on the iPhone 7 Plus and iPhone 6 Plus. This doesn't happen on the simulator, only the physical device. If you have an AVPlayer (Video has a white background) and the view to which it is attached has a white background…
Unome
  • 6,750
  • 7
  • 45
  • 87
2
votes
1 answer

DepthData - Get per-pixel depth data (CVPixelBuffer data analysis)

Now I run AVDepthPhotoFilter that Rendering Depth Deta from a stereo camera of iPhone7Plus. So, I want to access per-pixel depth data, but, I don’t know how to do it. Please advice.
kuu
  • 197
  • 1
  • 4
  • 14
2
votes
0 answers

iOS - How to use NFC to recognize NFC tags?

According the the documentation by Apple, CoreNFC framework now enables the iPhone 7 and 7Plus users to read NFC tags. Is there anyone who tried it? I am not able to find any demo for its working. Please do support with the working code if possible.
Piyush Mathur
  • 1,617
  • 16
  • 33
2
votes
3 answers

Get media with AVDepthData without an iPhone 7+

What's the best way to build apps for the AVDepthData without owning an iPhone 7+? The depth data can only be captured on the iPhone 7+ that has the dual lenses camera. But I guess any iOS11 device can handle the depth data provided it has access to…
Guig
  • 9,891
  • 7
  • 64
  • 126
1
vote
0 answers

Appium inspector is not working for iOS 11

I am getting below error when I try to launch Appium inspector: ios-deploy[4198:260473] [ !! ] Error 0xe8000067: There was an internal API error. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0) '. [XCUITest] Error:…
Deepak
  • 41
  • 1
  • 5
1
vote
0 answers

Why can't the iPhone take a photo at the maximum supported ISO?

According to Apple's documentation, the iPhone 7 Plus back camera (the wide one) can take photos at up to an ISO of 1716. But when I try to take a photo at that ISO, I instead get 1600. I tried printing AVCaptureDevice.activeFormat!.maxISO, and it's…
Kartick Vaddadi
  • 4,818
  • 6
  • 39
  • 55
1
vote
1 answer

CoreNFC available on which Apple devices

Hi I want to know on which Apple devices CoreNFC works. On https://developer.apple.com/documentation/corenfc there are only Apple Developer Screen iPhone 7 and 7plus. iPad or Apple Watch doesn't support yet?
Andrea Merli
  • 85
  • 1
  • 7
1
vote
2 answers

App crash on iPhone 7 but not on simulator

My Objective-c app is working well so far from iPhone 5 to iPhone 6s plus. But 2 days before I got some complaints from some iPhone 7 users, the app is crashing on their phone as soon as they installed the app. And when they tap the app icon also…
Randi
  • 639
  • 2
  • 6
  • 23
0
votes
0 answers

InsertRows to UITableView swift 4 has Error: My last row has scroll from top to bottom

Here is my codes when expand section: let lastScrollOffset = self.tableView.contentOffset self.tableView.beginUpdates() self.tableView.insertRows(at: indexPathsForSection(section: section), with: .none)//reloadSections([section], with:…
0
votes
0 answers

App Store: app is released and showing on 9/10 devices, but not all

The device that can't display the app is running version 11.4.1 (15G77). Instead of showing any apps, it's instead displaying 'no apps found'. Hoping someone has had a similar issue and found a fix. Tried with different sets of iOS devices, none…
Pico Media
  • 31
  • 1
  • 3
0
votes
2 answers

UI automation using python and appium - Unable to launch WebDriverAgent

I am trying to open and login to the yelp app on an Iphone 7 plus using appium and python. Here is the code that I have device_name = "iPhone 7 Plus" udid = "XXXXXX" driver = webdriver.Remote( command_executor='http://127.0.0.1:4723/wd/hub', …
Klot
  • 83
  • 1
  • 2
  • 5
0
votes
1 answer

Emoji not showing in Swift

I am trying to show emojis coming from JSON response. It work fine when we don't have 0️⃣1️⃣3️⃣5️⃣ in below string and does not work with below string. var titleLabelString = \ud83d\ude0a\ud83d\ude18\u2626\ufe0f 0️⃣1️⃣3️⃣5️⃣ Function I am…
0
votes
1 answer

Storyboard layouts flush with edge of screen, but shows gap in actual iPhone 7 Plus

I have an iOS app coded in Swift and using storyboards. There's a "header bar" at the top of the view controller in the storyboard that should be flush with the left/right edges of the phone: This behaves as expected in iPhone 6s. However, in the…
Uzumaki Naruto
  • 547
  • 5
  • 18
1
2