iPhones have this innate feature where you can long-press on a word and select look-up to see its definition. Is there a way to store what word is currently being looked-up/which words have been looked-up in the past, using some kind of query/framework?
Post
Replies
Boosts
Views
Activity
Is there a way to convert a swiftUI View into an Image that can then be shared by the user?
How detailed is the CLLocation returned by PHAsset.location? Doe sit only take into account the country and city, or go into much more detailed coordinates?
Hey! I was wondering whether anyone knows how to display all of the images in the user's cameraroll that were taken at a given location?
I received the following review feedback from apple: "We were unable to install the app on iPad and iPhone. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an iPad and iPhone."However, the only include key was the armv7 key and I had no problem testing the app on both iPhone and iPad using TestFlight. I then removed the armv7 key, so that there were no entries in the UIRequiredDeviceCapabilities, however, this resulted in the same review response form apple. I now added the location-services, magnetometer and armv7 keys and tried it this way...again received the same response. I do not know what else I should tr, especially since it works fine on iPad using TestFlight. I sent an appeal to the review team, and hope that this will shed some light on the issue.Below is my entire info.plist, maybe you can see what is wrong...https://drive.google.com/open?id=1b4X45sIn6stwd7vgyG2puVJPP3hH-hboAny help is appreciated!