PopMenu icon indicating copy to clipboard operation
PopMenu copied to clipboard

Not Appstore safe?

Open jeanmartin opened this issue 6 years ago • 1 comments
trafficstars

✔️ Issue Checklist

✍🏻 Issue Description

This line https://github.com/CaliCastle/PopMenu/blob/48c92438e2f15d69dc45d804b423637e30908b69/PopMenu/View%20Controller%20%26%20Views/PopMenuViewController.swift#L88 seems to be using a private API increasing the chance of getting rejected for the app store (according to https://forums.developer.apple.com/thread/87823 which also states this might fail on iOS 11).

jeanmartin avatar Jan 22 '19 21:01 jeanmartin

I didn't know that, I used it in my other project and passed TestFlight, but that's a good point and thanks for posting that forum link, I'll fix it in a minor update, thanks!

CaliCastle avatar Jan 22 '19 23:01 CaliCastle