Questions tagged [iosdeployment]
93 questions
-1
votes
1 answer
iOS enterprise distribution account renew before expiration
If i renew my In House/Enterprise Membership licence before expiration(It is expiring on 2nd April 2018 but renewed it yesterday), do i need to re-build my apps again and distribute again(my iOS provisioning profile for iOS distribution expiring on…

user2858900
- 15
- 4
-2
votes
1 answer
Does On demand resource really persisted after quitting the app?
I have created the NSBundleResourceRequest object as instance member of the class. if i quit the app the request object is deallocatted. According to the apple document if the request object is deallocated the downloaded asset's control is taken…

iroh
- 23
- 5
-2
votes
2 answers
i have a problem with AES encryption the key i have is based 64 string , the data encrypted wrong
I've array of objects , each object may have these
:[ "id", "start_long", "start_lat", "start_date", "type", "second_user_id", "end_long", "end_lat",
"end_date", "feedback"]
when i try to decode a based64String, I get nil, I've tried to use…

haggag
- 1
- 2