Skip to main content
Version: 4.3.1

Fix Integration Issues

Steps to rectify Finotes integration issue (under 2 minutes)

Incase the test issue created using the below snapshot is not reflected in Finotes dashboard.


#import <FinotesWatch/Fn.h>
#import <FinotesWatch/Severity.h>


- (void)applicationDidFinishLaunching {

[Fn log];
[Fn initialize:self];

[Fn test];
}

Step 1 - Basic Checks.

Make sure that you are using the latest framework version.
Make sure that the Finotes log API is called and dryRun API is not called.

Step 2 - Uninstall App.

Please uninstall the existing instance (if any) from simulator or device, then install the application.

Step 3 - Make sure Framework is active.

You should get a log that says.

‘Registering device’

If not please make sure that Fn initialize is actually called in your AppDelegate class.
Also that your application class is registered in your manifest file.
If you are still not getting the above log printed, please chat with our agent on the support chat below, we will help you out.

Step 4 - Check for error logs.

Once you have the log Registering device printed in your console. Check for any errors that are displayed. If you get a error that says

‘Device registration failed’

‘Status code 401’

Please make sure that you are you have created an app with same bundle identifier as in your project target. If you got an error log with any other status code then please do initate a chat with our agent on the support chat below, we will help you out.

Step 5 - Finally.

If the ticket is still not synced with dashboard, Please recheck your network connection. If you are on wifi, please make sure that there are no restrictions in place on your wifi connection, especially if you are on a public or workplace wifi connection.

Just switch your phone to a network connection (3G or 4G) and uninstall the existing app and reinstall the application you should be able to view the issue being reported in Finotes dashboard.

If none of the above steps worked, please do start a chat with our agent, we will fix the issue for you.