Closed SquirrelMobile closed 7 years ago
When can we expect a new release that fixes this issue? I've seen you've fixed the issue with https://github.com/Pushwoosh/pushwoosh-appcelerator-titanium/commit/db18680f296a91d053f783cbcec719be058b9ae0.
@SquirrelMobile @tomgiessel the release is expected to be out during this week.
@SquirrelMobile @tomgiessel fixed in 3.4.0
When i set
pushwoosh.setUserId("1234");
, i have this error :in this code : https://github.com/Pushwoosh/pushwoosh-appcelerator-titanium/blob/master/Module-Source/ios/Classes/ComPushwooshModuleModule.m#L242 , i think
ENSURE_TYPE(args, NSString);
should beENSURE_TYPE(args[0], NSString);
?