-
Notifications
You must be signed in to change notification settings - Fork 38
Messaging #212
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
Messaging #212
Conversation
Optimize
723aebf to
50c6344
Compare
|
Getting console warning when calling Refreshinappmessages() and Setmessagingdelegate() in the Messaging view of the sample app. new NativeEventEmitter() was called with a non-null arguement without the required 'removeLIsterners' method. |
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.
Need to regenerated a Podfile.lock for sample app. The current one giving error when run pod install
[!] CocoaPods could not find compatible versions for pod "AEPEdge":
In snapshot (Podfile.lock):
AEPEdge (= 1.5.0, >= 1.1.0, >= 1.2.0, >= 1.4.0, ~> 1.0)
In Podfile:
AEPMessaging (from https://github.com/adobe/aepsdk-messaging-ios.git, branch staging) was resolved to 1.1.0-beta2, which depends on
AEPEdge (>= 1.1.0)
RCTAEPEdge (from `../../../packages/edge`) was resolved to 1.0.0, which depends on
AEPEdge (~> 1.0)
You have either:
- out-of-date source repos which you can update with
pod repo updateor withpod install --repo-update. - changed the constraints of dependency
AEPEdgeinside your development podRCTAEPEdge.
You should runpod update AEPEdgeto apply changes you've made.
|
Need to change the Sample App package.json to 1.0.0-beta.3 for messaging. |
|
This is just a react native warning that doesnt affect functionality, but I can add some code to remove the warning |
0685a66 to
f38e8df
Compare
Description
Updates to messaging to include latest IAM changes
How Has This Been Tested?
Unit tests have been added
Types of changes
Checklist: