Post

Replies

Boosts

Views

Activity

Test Background modes without Xcode.
Good day, developers and experts. I'm developing a VoIP application with using of CallKit and PushKit. Relative that frameworks everything work just fine and as expected. But here is problem. My SIP server has account expiration time, so after that time is expires no more call can reach user. So if it was not user decision we have to send the registration data. One of suitable capabilities for that is Background fetch. From docs I've learned that it runs ones a day task for 30 seconds. When I've implement that and test with Xcode it seems that it works correct. But when I try to test it with build from TestFlight my SIP server not receiving any data from application in couple of days. So may you suggest some tips or tricks how I can test it as like I'm just a user, not developer?
2
0
931
Nov ’22