Skip to main content
Version: 8.0.1

Detect memory leaks

This feature is automatically activated.
It is available in both debug and release flavours of the framework.

Finotes framework can detect memory leaks automatically with just the basic integration. Incase the basic integration is not complete, head over to How To Integrate section.

Deprecated API

Deprecation

The following API is now deprecated and will be removed in a future version.

With the auto tracking capabilities of Finotes framework, the need to extend WKInterfaceController from ObservableInterfaceController is eliminated. This API is deprecated and will be removed in a future version.


@interface HealthInsightsInterfaceController : ObservableInterfaceController //Deprecated

@end