appcues / appcues-ios-sdk

The Appcues iOS SDK
https://www.appcues.com/mobile
MIT License
8 stars 2 forks source link

Fix lint warning #536

Closed mmaatttt closed 4 months ago

mmaatttt commented 4 months ago

Warning immutable value 'experience' was never used was causing cocoapods to fail to publish. I've temporarily bypassed with --allow-warnings, but this fixes it for next time.

Also ensuring the completion callback is called. Didn't matter yet, but it will for push error handling.