HTTP interceptor

I am developing an SDK that will intercept network communication and add my token to the header via an HTTP/S interceptor, which will be stored in the secure storage of the phone, tablet and mac. Is there a risk or do I need to have apple approval?
Can you elaborate on how you intend to achieve this goal? With a network extension of some form? Or within a specific app, where the app opts into your service by integrating your SDK? Or something else perhaps?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
HTTP interceptor
 
 
Q