Post

Replies

Boosts

Views

Activity

Reply to Widget's showing up completely blank on iOS 14 simulator
I was getting a no intents error when this happened to me. The issue is that when you create the new Widget, you must make sure the intent configuration option is not selected. For me it was selected by default. So if you sent IntentConfiguration in your EmojiRangerWidget, then change it to StaticConfiguration. You will have to change other references to intents as well. If you don't feel comfortable with that, then start from a fresh version of Part 1 and when you add the new Widget file, just uncheck the intent configuration box. Then it will work up until the isPlaceholder(true) step at the end that is not currently available in Beta 1.
Jun ’20
Reply to EmojiRanger Widget Missing Intent
I have the same issue at time 6:20 in the video. I also noticed that his code in video does not use an IntentConfiguration, but instead uses a StaticConfiguration. If you change that and then change the IntentTimelineProvider to TimelineProvider and remove all references to intentConfiguration and configuration in the subsequent calls, then the code will work. The IntentConfiguration code was automatically generated. I am not sure what the difference is yet or if there is an advantage to the IntentConfiguration vs StaticConfiguration.
Jun ’20