@eskimo i am on iOS and as per the documentation i have double checked the following
Appgroups configuration, provisioning profile and entitlements
using suitename i.e. Appgroup name to read and write data
The problem i am facing exactly is it doesn't give me access the db to do the CRUD operation.
scenario # 2:
I tried Keychain and here again it got error -25291 and i was unable to write into it.
scenario #3 :
CFNotificationCenter: When i attempt to post a notification so that it could send me object in viewmodel class it didn't send notification.
scenario #4: When i add logs in UserDefaults it adds into it but when i read it outside the Extension class it returns nil.
so basically the issue i am facing is mainly because of read and write permission
thanks, I have added apps into my info.plist under the NETestAppMapping which I want to trigger the per app vpn) but it is not working as expected. my manual profile is attached in my upper post.
More explanation of my question,
Per App VPN is implemented, I got the Device enrolment URL from Mobile Device Management, after enrolment a profile is downloaded to my iPhone. I opened it via editor, it doesn't contain required keys in Payload like VPN-UUID, ProviderType etc.
what are the steps to get these keys in my Profile?
after this, how will I get app id in my packet tunnel provider?
@eskimo i am on iOS and as per the documentation i have double checked the following
Appgroups configuration, provisioning profile and entitlements
using suitename i.e. Appgroup name to read and write data
The problem i am facing exactly is it doesn't give me access the db to do the CRUD operation.
scenario # 2:
I tried Keychain and here again it got error -25291 and i was unable to write into it.
scenario #3 :
CFNotificationCenter: When i attempt to post a notification so that it could send me object in viewmodel class it didn't send notification.
scenario #4: When i add logs in UserDefaults it adds into it but when i read it outside the Extension class it returns nil.
so basically the issue i am facing is mainly because of read and write permission
thanks, I have added apps into my info.plist under the NETestAppMapping which I want to trigger the per app vpn) but it is not working as expected. my manual profile is attached in my upper post.
More explanation of my question,
Per App VPN is implemented, I got the Device enrolment URL from Mobile Device Management, after enrolment a profile is downloaded to my iPhone. I opened it via editor, it doesn't contain required keys in Payload like VPN-UUID, ProviderType etc.
what are the steps to get these keys in my Profile?
after this, how will I get app id in my packet tunnel provider?