5

I have a Newsstand app that I'm updating for iOS8. When I download an in-app purchase, I'm now seeing a warning in the console I've never seen before that appears immediately before the IAP begins downloading:

NOTE: REMINDSMA not using NSSearchPathForDirectoriesInDomains

I'm using NSSearchPathForDirectoriesInDomains in the expected way throughout the app:

NSArray * docPaths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);
NSString * cacheDir = [docPaths objectAtIndex:0];

This warning doesn't seem to have any effect on the app's performance, but I'd like to address it. What is REMINDSMA? (It is totally ungoogle-able.) What service could be issuing this warning?

nzle
  • 51
  • 4
  • I'm currently asking myself the same... Did you find out what the message means? – DarkoM Nov 21 '14 at 13:26
  • Unfortunately I haven't, but I'm glad that someone else is encountering this! However, it still seems to be a harmless warning and hasn't affected app performance. – nzle Nov 22 '14 at 17:39
  • me too :) Same - Seems benign – Luke Feb 18 '15 at 03:41

0 Answers0