For some reason, if I build my app from Xcode directly to the device; the Widget extension works, shows in the gallery and behaves as expected.
However, if I then publish that build via TestFlight, no Widget extension appears on the device.
Does anyone have any thoughts as to why this could be?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I've built a SwiftUI app which gives me a bonus Mac app.
My app was rejected by the App Store because it has a help menu that doesn't actually function.
The rejection said:
"Specifically, the help tab will display an error. It would be appropriate to implement this feature or remove it from the binary."
Does anyone know how to actually remove this from the binary? It's such a simple app, with a single function, so it really doesn't need a help item. Can't seem to find anything about this online.