How to implement iOS AppDelegate functions? (DEF-3137) (SOLVED)

Our game need to integrate Wechat (the most popular social app in China) SDK to use its authentication and sharing functions – Social Media Marketing is a big deal to our game.

To do this, we need call Wechat SDK functions in AppDelegate functions as following:


I searched the manuals and forum posts about how to implement iOS AppDelegate functions and got nothing. I want to know if it is possible to do this? Or there is any workaround?

Unfortunately no, that functionality isn’t yet exposed in the native extension SDK, I’ve added DEF-3137 for this. It should be only one or two sprints away.

7 Likes

Thanks @Mathias_Westerdahl ! It’s great to know this functionality will be available soon!:smiley:

3 Likes

Any update on this feature request?

Yes, the feature is in code review now, and I expect it to land in the next release (1.2.126)

4 Likes

Thanks @Mathias_Westerdahl!

2 Likes

Solved in 1.2.126

2 Likes