Posts

Post not yet marked as solved
5 Replies
Hello @CrewNerd @Pyves, I am getting the same issue in App Auth library "Attempting to load the view of a view controller while it is deallocating is not allowed and may result in undefined behavior (<SFAuthenticationViewController: 0x149834800>)" . Can you please help in solving this?
Post not yet marked as solved
8 Replies
@rkubota, i am also facing the same issue. Can you please confirm that, Is this issue has been fixed or still in investigation phase?I have auto renewal subscription but subscription does not renews for me.I have 3 months subscription but after 15-17 minutes in receipt "pending_renewal_info" get "is_in_billing_retry_period" = 1; and some time later value of ”auto_renew_status" get “0” and "expiration_intent" value is“1” in receipt, when validate.And as I study "expiration_intent" is 1 when “The customer voluntarily canceled their subscription.” But in sandbox there is no option to cancel subscription. So why I am getting “expiration_intent” is 1 ?
Post not yet marked as solved
5 Replies
@richMy code is working fine, i was making successful transaction but now I am also getting the same error from today morning in sandbox:"Error Domain=SSServerErrorDomain Code=2059 "This item is temporarily unavailable." UserInfo={NSLocalizedDescription=This item is temporarily unavailable.}"Please help me in getting out from this.
Post not yet marked as solved
14 Replies
thanks @eskimo
Post not yet marked as solved
3 Replies
Hi @eskimo,Thanks for your support. I have understand the starting 2 points (1 &amp; 2). Can you please clearify the third point also:"As MDM send push notification to establish a connection between MDM server and device, then how we will send push notification or we send the push notification to the app developed my me and then establish a connection to MDM or this work (Push Notification and establish a connection) is also done by the app installed in OS (iOS)."
Post not yet marked as solved
14 Replies
@eskimoCan you please confirm, is it possible to pass 'IP Address' or website URL 'domain name' in 'destinationAddress' parameter in creating 'NEIPv4Route' object?NEIPv4Route(destinationAddress: "208.67.220.123", subnetMask: "255.255.255.0")