Post

Replies

Boosts

Views

Activity

Unable to check device supports eSIM.
Hi All, I have enabled eSIM entitlements to check eSIM, but we are getting the status of eSIM supportsCellularPlan is always false. We are using the below code to check eSIM available or not: CTCellularPlanProvisioning *provisioning = [[CTCellularPlanProvisioning alloc] init];     BOOL supportseSIM = provisioning.supportsCellularPlan; Kindly let me know is there any other way to check eSIM availability.
3
0
2.2k
Nov ’22
Unable to install addPlan in the eSIM device
Hi All, I am unable to install addplan in eSIM device. I am using below code but getting status as CTCellularPlanProvisioningAddPlanResultFail and also showing alert has Unable to complete data plan change. Kindly help me on fixing this issue. CTCellularPlanProvisioningRequest *provRequest = [[CTCellularPlanProvisioningRequest alloc] init];        provRequest.address = @"esimaddress"; [provisioning addPlanWith:provRequest completionHandler:^(CTCellularPlanProvisioningAddPlanResult result) {          switch (result) {            case CTCellularPlanProvisioningAddPlanResultUnknown:              NSLog(@"Provisioning Unknown");              break;            case CTCellularPlanProvisioningAddPlanResultFail:              NSLog(@"Provisioning Fail");              break;            case CTCellularPlanProvisioningAddPlanResultSuccess:              NSLog(@"Provisioning Success");              break;            default:              NSLog(@"Something went wrong, Please try again later");              break;          }        }]; Thanks in Advance
1
0
1.4k
Nov ’22
What will happen if we paused Phase Release for 30 days.
Hi Team, If we release our app for Phase release after 2 days we have pause the app. What will happen if we not resume the app for more than 30 days?
Replies
0
Boosts
1
Views
659
Activity
Apr ’24
What will happen if we paused Phase Release for 30 days?
Hi Team, If we release our app for Phase release after 2 days we have paused the app. What will happen if we not resume the app for more than 30 days?
Replies
0
Boosts
1
Views
675
Activity
Apr ’24
Unable to check device supports eSIM.
Hi All, I have enabled eSIM entitlements to check eSIM, but we are getting the status of eSIM supportsCellularPlan is always false. We are using the below code to check eSIM available or not: CTCellularPlanProvisioning *provisioning = [[CTCellularPlanProvisioning alloc] init];     BOOL supportseSIM = provisioning.supportsCellularPlan; Kindly let me know is there any other way to check eSIM availability.
Replies
3
Boosts
0
Views
2.2k
Activity
Nov ’22
Unable to install addPlan in the eSIM device
Hi All, I am unable to install addplan in eSIM device. I am using below code but getting status as CTCellularPlanProvisioningAddPlanResultFail and also showing alert has Unable to complete data plan change. Kindly help me on fixing this issue. CTCellularPlanProvisioningRequest *provRequest = [[CTCellularPlanProvisioningRequest alloc] init];        provRequest.address = @"esimaddress"; [provisioning addPlanWith:provRequest completionHandler:^(CTCellularPlanProvisioningAddPlanResult result) {          switch (result) {            case CTCellularPlanProvisioningAddPlanResultUnknown:              NSLog(@"Provisioning Unknown");              break;            case CTCellularPlanProvisioningAddPlanResultFail:              NSLog(@"Provisioning Fail");              break;            case CTCellularPlanProvisioningAddPlanResultSuccess:              NSLog(@"Provisioning Success");              break;            default:              NSLog(@"Something went wrong, Please try again later");              break;          }        }]; Thanks in Advance
Replies
1
Boosts
0
Views
1.4k
Activity
Nov ’22
http deeplink url sometimes it is navigating to Appstore.
Hi All, I am sending http url in push notification it is not opening the app instead of that it is opening Appstore and also it is not happening all the time but most of the times it is navigating to Appstore. Kindly suggest me on the app query.
Replies
0
Boosts
0
Views
976
Activity
Jun ’21