Post

Replies

Boosts

Views

Activity

Reply to Validating/Verifying App Clip size
Whilst waiting for this to be published, I've also since just tried Archiving, then doing an Ad Hoc distribution, which in turn gives me the option to explicitly export the Clip (or the App).. The end result is an .ipa which I hope is a good enough indication of the size. Wonder if this is the best/only way to do it?
Topic: App & System Services SubTopic: General Tags:
Jun ’20
Reply to How can I use a Storyboard other than one named 'Main' in the AppClip target
After coming out of my rabbit hole in working on the features for my clip, I was able to test this out and confirmed that once I changed the second reference to Storyboard via UIApplicationSceneManifest, it would honour that storyboard reference. I had since removed the UIMainStoryboardFile key in plist to work with the solution above but can confirm this was user error in first instance which given it's iOS14 it'll be taking the scene configuration and not that definition of the older style UIMainStoryboardFile. I haven't tested that, but I'm guessing/expecting that it'll just ignore the UIMainStoryboardFile key will be ignored. Marked as resolved..
Topic: App & System Services SubTopic: General Tags:
Jun ’20
Reply to How can I use a Storyboard other than one named 'Main' in the AppClip target
So I've got 3 storyboards (because I was playing around with this).. the original Main.storyboard for Clip, along with another one called ClipMain.storyboard. Admittedly yes, the new storyboard whilst having a view controller didn't have the Class defined, but I've now added it, and it still renders the 'Main' one despite the plist asking for the ClipMain one. Are you saying we're able to have the App Clip target honour the storyboard mentioned in the plist? code-block 2020-06-25 15:45:58.041660+1000 AppClip[30797:1442010] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle plist has: for UIMainStoryboardFile key, I have ClipMain For sake of testing, I've removed membership to the original storyboard and I get that. crash above
Topic: App & System Services SubTopic: General Tags:
Jun ’20