How to diagnose an iOS App written in Swift which reboots my iPhone?
up vote
-3
down vote
favorite
I've developed an app using iOS NetworkExtension's PerAppProxy module. This app works as a proxy for iPhone's apps. It receives network flow as NEAppProxyFlow and I'll handle these flows and direct them to the right place. During this process, I can get full information of network flows from targeted apps.
Everything goes well for TCP flows, but when it comes to continuous UDP flows, like audio chatting or video chatting, iPhone with my app installed will reboot in a few seconds after chatting connection is established, with no error message printed.
Does anybody know how to deal with my this situation?
ios reboot networkextension
add a comment |
up vote
-3
down vote
favorite
I've developed an app using iOS NetworkExtension's PerAppProxy module. This app works as a proxy for iPhone's apps. It receives network flow as NEAppProxyFlow and I'll handle these flows and direct them to the right place. During this process, I can get full information of network flows from targeted apps.
Everything goes well for TCP flows, but when it comes to continuous UDP flows, like audio chatting or video chatting, iPhone with my app installed will reboot in a few seconds after chatting connection is established, with no error message printed.
Does anybody know how to deal with my this situation?
ios reboot networkextension
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
I've developed an app using iOS NetworkExtension's PerAppProxy module. This app works as a proxy for iPhone's apps. It receives network flow as NEAppProxyFlow and I'll handle these flows and direct them to the right place. During this process, I can get full information of network flows from targeted apps.
Everything goes well for TCP flows, but when it comes to continuous UDP flows, like audio chatting or video chatting, iPhone with my app installed will reboot in a few seconds after chatting connection is established, with no error message printed.
Does anybody know how to deal with my this situation?
ios reboot networkextension
I've developed an app using iOS NetworkExtension's PerAppProxy module. This app works as a proxy for iPhone's apps. It receives network flow as NEAppProxyFlow and I'll handle these flows and direct them to the right place. During this process, I can get full information of network flows from targeted apps.
Everything goes well for TCP flows, but when it comes to continuous UDP flows, like audio chatting or video chatting, iPhone with my app installed will reboot in a few seconds after chatting connection is established, with no error message printed.
Does anybody know how to deal with my this situation?
ios reboot networkextension
ios reboot networkextension
edited Nov 12 at 7:01
asked Nov 11 at 12:21
ainassine L
32
32
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53248705%2fhow-to-diagnose-an-ios-app-written-in-swift-which-reboots-my-iphone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown