Posts

Post not yet marked as solved
2 Replies
1.2k Views
Is there a way to convert a swiftUI View into an Image that can then be shared by the user?
Posted Last updated
.
Post not yet marked as solved
0 Replies
513 Views
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?
Posted Last updated
.
Post not yet marked as solved
1 Replies
997 Views
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!
Posted Last updated
.