adobe/aepsdk-react-native

Issues Imports/AppDelegate file

Closed this issue · 2 comments

Hello,

I am currently attempting to implement the AEP SDK into a React Native project.

React Native: v69.1
Xcode: v15.0

The issue I am running into is during the initialization process with iOS. I am receiving the following error messages inside my AppDelegate.h file while using the code snippets provided in the documentation.

AppDelegate.h
image

I was also wondering if the code snippet provided for the AppDelegate.m file would also work in RN's new architecture that utilizes the .mm format instead.

Any help would be greatly appreciated! :)

Thanks,
Adam

Hi @adam-padden, this looks like a duplicated issue. Please take a look at this issue #247 and try the solution mentioned in the comments.

@yangyansong-adbe - Thank you for this, I'm not sure how I missed it. It seems to be working now.