Hi, we can see some warning now in the latest SDK v 0.9.7 and actual xCode 11 saying:
Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) for these declarations:
- (instancetype)initWithParams:(NSDictionary *)params; in ParticlePricingInfo.h
FOUNDATION_EXPORT NSString * const ParticleSDKErrorResponseBodyKey; in ParticleErrorHelper.h
+ (NSString *)getErrorMessage:(nonnull NSDictionary *)response; in ParticleErrorHelper.h
+ (NSString *)keychainValueForKey:(NSString * _Nonnull)key; in KeychainHelper.h
Could you please take a look and fix these warnings? The SDK works fine but still we would like to get rid of these warnings.