Skip to content

Instantly share code, notes, and snippets.

View iwasrobbed-ks's full-sized avatar
:shipit:
Working hard for the money

Rob Phillips iwasrobbed-ks

:shipit:
Working hard for the money
View GitHub Profile
@joemasilotti
joemasilotti / ..md
Last active September 13, 2022 14:20
Resetting NSUserDefaults in UI Testing

Resetting NSUserDefaults in UI Testing

  1. Add "UI-Testing" to launchArguments before launching the app under test
  2. On launch, check for the argument in AppDelegate.swift
  3. If it exists remove everything for the app's domain from NSUserDefaults