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
Hello, thank you for reporting this. I am creating myself an internal ticket for this. Don't have the timeline for this, but will update this thread when this is done.
Meanwhile, is there any way I can talk to you via email? In Q4 we want to better understand how people use our mobile libs and how we could make them better for everyone. If you could share how you use them and what could benefit you, it would be highly appreciated. My email is [email protected].
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.hFOUNDATION_EXPORT NSString * const ParticleSDKErrorResponseBodyKey;
in ParticleErrorHelper.h+ (NSString *)getErrorMessage:(nonnull NSDictionary *)response;
in ParticleErrorHelper.h+ (NSString *)keychainValueForKey:(NSString * _Nonnull)key;
in KeychainHelper.hCould you please take a look and fix these warnings? The SDK works fine but still we would like to get rid of these warnings.
The text was updated successfully, but these errors were encountered: