Posts

Post not yet marked as solved
7 Replies
8.1k Views
Hi Team, We are using following different concepts for storing the users data in the device in our hybrid mobile application and even though the app is killed or closed from background we should get the stored values, Because our app should work in offline as well. We are using below code to store. (language:jquery) 1.localStorage.put("some key", "somevalue") 2.preference.put("some key", "somevalue") 3.globalpreference.put("some key", "somevalue") 4.memorypreference.put("some key", "somevalue") And we are below code to retrive back. 1.localstorage.get("some key") 2.preference.get("some key") 3.globalpreference.get("some key") 4.memorypreference.get("some key) This concept was working 100% till iOS version 12.4.2 But this concept not working in iOS version 13.1, 13.2 The data will retain only when the app is in active state. But the stored key itself is deleted once we kill or destroyed the app from background task in iOS 13 device (iPad)and check back again. Surprisingly, Our above concept is perfectly working in Xcode 11.2 with iPad stimulator and even it will work on on real device debugging, and also for Lower version device. But when we generate the ipa and downloaded in real device, the data is getting deleted when we kill/close the application without uninstalling. But the same ipa working fine in lower version of real device. Kindly help us regarding this, because there is no code changes and we are unable to debug it because it is working as expected in stimulator. Need help on urgent basis because it is impacting our business for higher version of iPad device. Is there any work around for it?
Posted Last updated
.
Post not yet marked as solved
0 Replies
639 Views
How to enable the fold option, or to find the closing tag or closing function on hold of command key in Xcode 11.5 especially for HTML files.This option was enabled in Xcode 10. So it was easy for us to find the closing tag in the HTML page, but it was not there in Xcode 11.5 is there any option to enable it.Please help us.
Posted Last updated
.
Post not yet marked as solved
0 Replies
441 Views
My app is a hybrid app when I run the Xcode simulator then js alert (alert() function) showing an alert message with the file name as a title, till now it is working fine but I faced this issue only in Xcode 11.5, Xcode 11.4.1.How can we hide the alert title? And also when I kill the application and quit the Xcode and open the app directly from a simulator without running source code from Xcode it is fine.Code we are using:- alert("This is an alert")
Posted Last updated
.
Post not yet marked as solved
0 Replies
470 Views
How to renew the automatically created provisional profile before expiring date, Say it is going to expire in next 1 week and how can I renew it today only. And also how can we check the automatically created a profile in the Apple developer portal account, And can we delete the profile and create the new one?
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
Hi Team,We are facing the issue as below.We are able to generate the ipa file (using enterprise account) both manual signing and automatic signing.Automatic Signing:- After ipa generated, when we are extract the ipa file and open the embedded.mobileprovisional file then we are able to see expiry date as "May 21,2019" , but when we tried the same inManual Signing:- when ipa is generated using Manaul signing then when we extract the ipa file check the expiry date then it "Oct 18,2020" .(After renew the manaul certificate in apple portal before it was Mar 3,2019) . Why there is date difference between manual and automatic signing even for same bundle id.And also is there any way to renew the certificate for both manaul and automatic before expiry date (atleast 3 days before).Kindly help us.Note:- We are using inhouse/Ad-hoc enterprise distribution of ipa file. We are not uploading for App-Store.
Posted Last updated
.