Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Testing AEP Mobile SDK deployment on mobile apps

Avatar

Community Advisor

Hello Experts,

 

Hope everyone is doing well.

 

Is there any training session on Project Griffon? I would like to see detailed procedure on testing AEP Mobile SDK deployment on mobile apps.

 

Best,

Kishore

1 Accepted Solution

Avatar

Correct answer by
Level 5

@Kishore_Reddy Here is the official documentation on Project Griffon - https://aep-sdks.gitbook.io/docs/beta/project-griffon

Based on my limited usage, I did not find it very comfortable and resorted back to device proxy so that I can see all the network calls going out. You can also rely on logs for testing, but adding a proxy and using a packet sniffer (pref. Charles) was very intuitive like testing web pages. I used to find if any additional (stray) calls are firing and how interactions are tracked using proxies.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

@Kishore_Reddy Here is the official documentation on Project Griffon - https://aep-sdks.gitbook.io/docs/beta/project-griffon

Based on my limited usage, I did not find it very comfortable and resorted back to device proxy so that I can see all the network calls going out. You can also rely on logs for testing, but adding a proxy and using a packet sniffer (pref. Charles) was very intuitive like testing web pages. I used to find if any additional (stray) calls are firing and how interactions are tracked using proxies.

Avatar

Community Advisor

Thank you @pradeep_nextrow 

This is really helpful.