Posts

Post not yet marked as solved
6 Replies
2.2k Views
Hi,A device running iOS11 is connected to a WiFi and automatically locked after stopped being used. If try to unlock it after a while, one can see that there is no WiFi network connected and just shortly WiFi connection appears.First of all, it's possible to see in logs that hotspot helper receives maintain command with didJustJoin flag set to true every 1-2 minutes during WiFi connection instead of every 5 minutest with didJustJoin set to false as intended. And by the way reachability detects disconnect and new connect to the same network accordingly.The second thing happenes when app is being terminated by the user: it then being launched shortly after by the system (in 1-2 minutes as in first case) with hotspot helper evaluate command wich not intended to happend so often - maintain is expected.So,Why device start loosing WiFi conenction if there is NEHotspotHelper-app installed? What we can do to fix of workaround it?Why after relaunch hotspot helper revices evaluate instead of maintain command? What we can do to fix of workaround it?Thanks in advance
Posted Last updated
.
Post not yet marked as solved
3 Replies
699 Views
HiTry to restore purchases under debug (in sandbox env) using:SKPaymentQueue.default().restoreCompletedTransactions()Getting a list of restored transactions.Then signing in with different AppleId and restore purchases again.Getting the very same list of transactions from the original AppleID.I've tryed to sign in into main accoun, into sandbox account, change iCloud account, restart device, reset settings on it - nothing changing.Why I face this beheviour? Is it normal? Will it occure in sandbox only or real users suffer the same?
Posted Last updated
.
Post not yet marked as solved
1 Replies
639 Views
There is 2 ways to set the preview setting for app's notifications: using global or per app switch.I try to get current value for showPreviewsSetting on iPhone runung iOS 11.2.1 (15С153).But every time it ignores all the real settings and returns "Always" as long as the app setting matches the global switch (so if globally it set ot "Never" and in app settings you see "Never (Default)" it still says "Always" in the showPreviewsSetting).Only if app setting is different from global it returns app setting value.I've tryed to get the setting before and after asking notifications permissions and got the same result.Am I doing somthing wrong?
Posted Last updated
.