-
Notifications
You must be signed in to change notification settings - Fork 38
Add getUrlVariables API to EdgeIdentity package #182
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
Add getUrlVariables API
Include lock files
remove AEPMobileOptimize
update edgeIdentity version number for Sample App in package.json
.../main/java/com/adobe/marketing/mobile/reactnative/edgeidentity/RCTAEPEdgeIdentityModule.java
Outdated
Show resolved
Hide resolved
| [AEPMobileCore registerExtensions: @[AEPMobileEdgeIdentity.class, | ||
| AEPMobileEdge.class, | ||
| AEPMobileMessaging.class, | ||
| AEPMobileOptimize.class] completion:^{ |
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 AEPMobileOptimize be removed here?
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.
The ci fails when I remove this, it is based in staging branch. I have to leave the AEPMobileOptimize here. Planning to merge this PR after Optimize PR, so should not be a problem.
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.
Just to confirm we are removing Optimize here and it will be added back with the Optimize PR?
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.
I was able to remove the Optimize extension without CI failure. Will keep it this way for edgeIdentity branch. It will be added back once merge to staging with AJO extension PR changes.
Update with review comments
Add rejected logic in getUrlVariable ts
Update package-lock and yarn.lock files
Update lock files
emdobrin
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.
Left a small question about the sample app dependencies, other than that looks good!
revert a text format
Add getUrlVariables API
Description
Add getUrlVariables API, update sample app, update doc.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: