Prior to several holiday special events I would like to clarify question about app icon. That chapter requires that application must have possibility to revert app icon to default one. But now this chapter is gone. Does that mean that now app may not include this functionality?
Post
Replies
Boosts
Views
Activity
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?