Error: Use of unresolved identifier 'showAlert'
grehce opened this issue · 2 comments
grehce commented
In Receive Reengagement Notifications [Optional], showAlert(withUserInfo: userInfo) throws the above error.
morganchen12 commented
This is a wart in the codelab. The showAlert(withUserInfo:)
method is added later on in the same step you're describing, but it's kind of awkward that it's used before it's defined.
I'll restructure this section. Thanks for reporting!
ulukaya commented
We've republished with updates.