Apphud v0.8.5 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • What's new in 0.8.5:

    • ➕ Added new ApphudUIDelegate method func apphudShouldPerformRule(rule: ApphudRule) -> Bool. See Apphud.swift for method explanation.
    • ⚡️ (Attention!) Renamed ApphudUIDelegate method to func apphudShouldShowScreen(screenName: String) -> Bool. Don't forget to update this method parameter, if you were using it.
    • ➕ Added Adjust support.
    • ⏪ Renamed func restoreSubscriptions(callback: @escaping ([ApphudSubscription]?, Error?) -> Void). Added Error? parameter.
    • 👌 Improved logic for func migrateSubscriptionsIfNeeded method.
    • 🔊 Pretty printed logs.
    • 🛠 Fixed bug with user id being changed sometimes.
    • ⏪ User ID is now saved to Keychain, so after re-install it is restored.
    • 🛠 Fixed bug with push opened event not being sent in some cases.
    • ➕ Add rule name and screen name to delegate methods.
    • ➕ Add more logs.