-
Notifications
You must be signed in to change notification settings - Fork 38
Init project #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Init project #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a readme file for sampleApp?
We need copyrights for sampleApp
| initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); | ||
| MobileCore.setApplication(this); | ||
| MobileCore.setLogLevel(LoggingMode.DEBUG); | ||
| try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add after this setLogLevel
//MobileCore.configureWithAppID("yourAppID");
as a reference for user to add app id?
| } | ||
|
|
||
| google() | ||
| jcenter() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add
mavenCentral()
| // Empty.swift | ||
| // AEPSampleApp | ||
| // | ||
| // Created by Yansong Yang on 6/29/21. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to leave your name here?
| rootViewController.view = rootView; | ||
| self.window.rootViewController = rootViewController; | ||
| [self.window makeKeyAndVisible]; | ||
| [AEPMobileCore setLogLevel: AEPLogLevelTrace]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to change to Debug level?
| [AEPMobileCore setLogLevel: AEPLogLevelTrace]; | ||
| [AEPMobileCore registerExtensions: @[AEPMobileIdentity.class, AEPMobileLifecycle.class, AEPMobileSignal.class, AEPMobileUserProfile.class] completion:^{ | ||
| [AEPMobileCore lifecycleStart:@{@"contextDataKey": @"contextDataVal"}]; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add below for reference?
//[AEPMobileCore configureWithAppId:@"yourAppID"];
* commit '250fd069e9801aa01c3dea0991dfb792bd2bf7e3': Fix CI (out-of-memory) failure (adobe#18) Update package.json Update npm-publish.yml Add release script (adobe#17) Update README.md (adobe#16) more project cleanup (adobe#15) Init project (adobe#14) # Conflicts: # .gitignore # README.md # apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainActivity.java # apps/AEPSampleApp/android/app/src/main/java/com/aepsampleapp/MainApplication.java # apps/AEPSampleApp/android/build.gradle # apps/AEPSampleApp/android/gradle.properties # apps/AEPSampleApp/ios/AEPSampleApp/AppDelegate.h # apps/AEPSampleApp/ios/AEPSampleApp/AppDelegate.m # apps/AEPSampleApp/ios/AEPSampleApp/Empty.swift # apps/AEPSampleApp/ios/AEPSampleApp/main.m # apps/AEPSampleApp/ios/AEPSampleAppTests/AEPSampleAppTests.m # apps/AEPSampleApp/package.json # package.json # packages/core/package.json # packages/userprofile/package.json # yarn.lock
* commit 'a6776050d3d7dff8ec244d431174f522de40e605': Update README.md Update README.md typo fix android app launching issue Create README.md Update badges on readme bump version (adobe#21) (adobe#23) bump version (adobe#20) remove user data Fix CI (out-of-memory) failure (adobe#18) Update package.json Update npm-publish.yml Add release script (adobe#17) Update README.md (adobe#16) more project cleanup (adobe#15) Init project (adobe#14)
* commit 'a6776050d3d7dff8ec244d431174f522de40e605': Update README.md Update README.md typo fix android app launching issue Create README.md Update badges on readme bump version (#21) (#23) bump version (#20) remove user data Fix CI (out-of-memory) failure (#18) Update package.json Update npm-publish.yml Add release script (#17) Update README.md (#16) more project cleanup (#15) Init project (#14)
Initialize project
Add TypeScript declaration files for Core/UserProfile (Add TypeScript declaration files for Core/UserProfile #10)
Project cleanup (Project cleanup #12)
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: