Skip to content

Commit

Permalink
Update src/content/docs/mobile-monitoring/new-relic-mobile-ios/instal…
Browse files Browse the repository at this point in the history
…lation/ios-manual-installation.mdx

Co-authored-by: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com>
  • Loading branch information
ally-sassman and bradleycamacho committed Feb 16, 2023
1 parent e9cef59 commit c3677c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Continue with the steps to configure New Relic.
Objective-C
</td>
<td>
1. To start the agent, import the New Relic header by adding `#import <NewRelic/NewRelic.h> at the top of your `AppDelegate.m`.
1. To start the agent, import the New Relic header by adding `#import <NewRelic/NewRelic.h>` at the top of your `AppDelegate.m`.
2. Add `+[NewRelic startWithApplicationToken:@"APP_TOKEN"]` to the top of `-application:didFinishLaunchingWithOptions:` in your `AppDelegate.m`, using the unique [application token](/docs/mobile-apps/viewing-your-application-token) that is automatically generated.
</td>
</tr>
Expand Down

0 comments on commit c3677c1

Please sign in to comment.