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
The code line 91 in ADJConfig.h @Property (nonatomic, retain) NSObject *delegate;
Although Normally Adjust will be implemented in AppDelegate which will never be released, it's still not a good code practice to use retain with delegate property.
The text was updated successfully, but these errors were encountered:
The code line 91 in ADJConfig.h
@Property (nonatomic, retain) NSObject *delegate;
Although Normally Adjust will be implemented in AppDelegate which will never be released, it's still not a good code practice to use retain with delegate property.
The text was updated successfully, but these errors were encountered: