iOS
Install SDK in React Native Environment
1. Common
MPM Module install
npm install imqa-react-native-agent --save
npx pod-install yarn add imqa-react-native-agent
npx pod-install2. Setting a project
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ImqaSetting : NSObject
- (void) IMQASetting;
@end
NS_ASSUME_NONNULL_END3. Detailed setting
Setting the collection interval
Setting network collection
Checking collected data
4. Network Collection (NSURLSession or URLSession)
5. dSYM Settings
Last updated