-
Notifications
You must be signed in to change notification settings - Fork 38
feat: ✨ adds support for campaign classic #209
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
Conversation
Staging -> Main : EdgeIdentity Release 1.1.0
Staging -> Main Release EdgeIdentity 1.1.0
Update Sample App
Release Optimize Extension
…st (#202) (#203) * clean up core extension * fix review comments * add a new API: clearUpdatedConfiguration * update public docs * update android native implementation * add android:exported attribute to core extension's manifest file as it's required by Android 12 * Merge branch 'staging' into core (#201) # Conflicts: # apps/AEPSampleApp/ios/Podfile.lock * update core version
2e710a4 to
894b906
Compare
cacheung
left a comment
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.
Have you run Sample App on iOS and Android? I encounter errors when running them. Can you check?
And let merge the PR to Staging first, not into main.
...oid/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPCampaignClassic.java
Outdated
Show resolved
Hide resolved
e8e7fe2 to
2722005
Compare
66490e8 to
c3587b2
Compare
...oid/src/main/java/com/adobe/marketing/mobile/reactnative/optimize/RCTAEPCampaignClassic.java
Outdated
Show resolved
Hide resolved
ed39552 to
48e67b1
Compare
|
Looks like there are still some test failures on CI/CD. Is that expected? |
18cd226 to
7b91ae0
Compare
7b91ae0 to
5d48c5c
Compare
cacheung
left a comment
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.
Can we remove the .DS_Store file?
packages/campaignclassic/android/src/main/java/com/.DS_Store
packages/campaignclassic/android/src/main/java/com/adobe/.DS_Store
| { | ||
| "name": "@adobe/react-native-aepcampaignclassic", | ||
| "version": "1.0.0-beta.1", | ||
| "description": "Adobe Experience Platform support for React Native apps.", |
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.
Experience Platform Campaign Classic extension for Adobe Experience Platform Mobile SDK. Written and Supported by Adobe.
cacheung
left a comment
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.
Looks good, just few comments.
Let fix the build before merge.
5d48c5c to
eeb5d0f
Compare
Description
Adds wrapper code for Campaign Classic, sample app, documentation
How Has This Been Tested?
New unit tests have been added to cover new features
Types of changes
Checklist: