This repository was archived by the owner on Jul 22, 2020. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ typedef void (^OnSuccessHandler)(NSDictionary *data);
2121/* *
2222 The prototype for the completion handler block that gets called when an Iterable call fails 
2323 */  
24- typedef  void  (^OnFailureHandler)(NSString  *reason, NSData  *data);
24+ typedef  void  (^OnFailureHandler)(NSString  *reason, NSData  *_Nullable  data);
2525
2626/* *
2727 Enum representing push platform; apple push notification service, production vs sandbox 
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515#### Fixed  
1616-  nothing yet
1717
18+ ## [ 4.4.3] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.3 )  
19+ #### Fixed  
20+ -  Fixes nil data in sendRequest onFailureHandler
21+ 
1822## [ 4.4.2] ( https://github.com/Iterable/iterable-ios-sdk/releases/tag/4.4.2 )  
1923#### Fixed  
2024-  Fixes outdated artifacts file for ` updateSubscriptions `  release
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616  # 
1717
1818  s . name          =  "IterableSDK" 
19-   s . version       =  "4.4.2 " 
19+   s . version       =  "4.4.3 " 
2020  s . summary       =  "Iterable's official SDK for iOS" 
2121
2222  s . description   =  <<-DESC 
Original file line number Diff line number Diff line change 11[ ![ CocoaPods] ( https://img.shields.io/cocoapods/v/IterableSDK.svg?style=flat )] ( https://cocoapods.org/pods/IterableSDK ) 
22[ ![ License] ( https://img.shields.io/cocoapods/l/IterableSDK.svg?style=flat )] ( https://opensource.org/licenses/MIT ) 
3- [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/4.4.2 / ) 
3+ [ ![ Docs] ( https://img.shields.io/cocoapods/metrics/doc-percent/IterableSDK.svg?style=flat )] ( http://cocoadocs.org/docsets/IterableSDK/4.4.3 / ) 
44
55# Iterable iOS SDK  
66
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments