You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
62
+
63
+
//ITBL:
64
+
// You don't need to do this in your app. Just set the correct value for 'iterableApiKey' when it is declared.
65
+
if ([iterableApiKey isEqualToString:@""]) {
66
+
UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"API Key Required"message:@"You must set Iterable API Key. Run this app again after setting 'AppDelegate.iterableApiKey'."preferredStyle:UIAlertControllerStyleAlert];
UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"Please Login"message:@"You must set 'IterableAPI.email' before receiving push notifications from Iterable."preferredStyle:UIAlertControllerStyleAlert];
0 commit comments